Update Utils.ts

This commit is contained in:
Manti 2022-12-30 18:36:24 +03:00
parent a994e7629f
commit f078181598

View file

@ -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;
}