Skip to content

Commit

Permalink
sdk: add comment to throwOnFailedSync in userMap
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Nov 25, 2024
1 parent 411eac7 commit 483e175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/userMap/userMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export class UserMap implements UserMapInterface {
type: 'default',
};

// Whether to throw an error if the userMap fails to sync. Defaults to false.
this.throwOnFailedSync = config.throwOnFailedSync ?? false;
}

Expand Down

0 comments on commit 483e175

Please sign in to comment.