Skip to content

Commit

Permalink
Removed Deprecated Function
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Feb 5, 2024
1 parent f7e53dc commit 23a0d13
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 2,377 deletions.
2 changes: 1 addition & 1 deletion call-profiles/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func callProfile(userId string, sessionId string) {
jsonBody := []byte(fmt.Sprintf(`{"userId": "%s", "sessionId": "%s"}`, userId, sessionId))
bodyReader := bytes.NewReader(jsonBody)

requestURL := fmt.Sprintf("%s/call-profile", os.Getenv("baseURL"))
requestURL := fmt.Sprintf("%s/profile", os.Getenv("baseURL"))
req, _ := http.NewRequest(http.MethodPost, requestURL, bodyReader)
_, err1 := httpClient.Do(req)
if err1 != nil {
Expand Down
11 changes: 0 additions & 11 deletions profile/firebase.json

This file was deleted.

49 changes: 0 additions & 49 deletions profile/go.mod

This file was deleted.

1,584 changes: 0 additions & 1,584 deletions profile/go.sum

This file was deleted.

Loading

0 comments on commit 23a0d13

Please sign in to comment.