Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mprew97 committed Sep 11, 2024
1 parent 29aaa8b commit 1e5f554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authorization/authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ export function initialize(
const result = await tryMergeUser(userId, false, merge);
if (result) {
initializeUserIdAndSync(userId, merge);
return Promise.resolve();
}
} catch (error) {
// here we will not sync events but just bubble up error of merge
Expand Down

0 comments on commit 1e5f554

Please sign in to comment.