diff --git a/src/plugins/Timezones/Utils.ts b/src/plugins/Timezones/Utils.ts index 576e7b878..d0b7cbba9 100644 --- a/src/plugins/Timezones/Utils.ts +++ b/src/plugins/Timezones/Utils.ts @@ -25,7 +25,7 @@ export const moment: typeof import("moment") = findByPropsLazy("parseTwoDigitYea export interface Timezone { userID: string, - timezoneId: String, + timezoneId: string, timezone: string; error: string; }