Skip to content

Commit

Permalink
Fix build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Oct 15, 2023
1 parent 4142aea commit 3d3affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call-profile/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func logProfileStored(client *firestore.Client, ctx context.Context, userId stri
Timestamp: time.Now(),
Meta: map[string]interface{}{
"userId": userId,
"sessionId": sessionId
"sessionId": sessionId,
},
Body: map[string]interface{}{
"userId": userId,
Expand Down

0 comments on commit 3d3affa

Please sign in to comment.