diff --git a/src/utils.ts b/src/utils.ts index 1aed31e05..989f4e35a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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];