Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
waveyboym committed Sep 30, 2024
2 parents f5a3203 + 369bd78 commit f3a882f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions occupi-backend/pkg/analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ func GetUsersLocationsPipeLine(limit int64, skip int64, order string, email stri
Value: bson.D{
{Key: "_id", Value: 0},
{Key: "email", Value: 1},
{Key: "name", Value: "$details.name"},
{Key: "city", Value: "$knownLocations.city"},
{Key: "region", Value: "$knownLocations.region"},
{Key: "country", Value: "$knownLocations.country"},
Expand Down

0 comments on commit f3a882f

Please sign in to comment.