Skip to content

Commit

Permalink
fix: map pin side effect missing creator _id
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Nov 12, 2024
1 parent 92738c3 commit 2b1b6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/userUpdates/updateMapPins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const updateMapPins = async (prevUser: IUserDB, user: IUserDB) => {
const tags = user.tags ? getValidTags(user.tags) : []

const creator = {
_id,
_lastActive,
about,
badges,
Expand Down

0 comments on commit 2b1b6c0

Please sign in to comment.