Skip to content

Commit

Permalink
improved stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
gabboman committed Jan 21, 2025
1 parent b1a9315 commit 85fc695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/atproto/utils/getAtprotoUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async function internalGetDBUser(did: string, url: string) {
} else {
// OH WOW SOMETHING OFF
foundUsers.forEach(async (usr) => {
usr.url = `handle.invalid_${usr.bskyDid}`
usr.url = `handle.invalid_${usr.bskyDid}_${new Date().getTime()}`
await usr.save()
})
return foundUsers.find((elem) => elem.bskyDid === did)
Expand Down

0 comments on commit 85fc695

Please sign in to comment.