Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Jan 16, 2025
1 parent 754abb2 commit 0a9ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function isOwnUserBaseProperty(property: string) {
invisible: true,
privacy_settings: true,
roles: true,
push_preferences: true
push_preferences: true,
};

return ownUserBaseProperties[property as keyof OwnUserBase];
Expand Down

0 comments on commit 0a9ea3a

Please sign in to comment.