Normalize i18n() calls to prepare for ICU migration

This commit is contained in:
Jamie Kyle
2023-03-28 11:26:46 -07:00
committed by GitHub
parent 7c8e7c1013
commit c02c8d9640
17 changed files with 377 additions and 273 deletions

View File

@@ -184,7 +184,7 @@ export function isOverHourIntoPast(timestamp: number): boolean {
export async function cleanupSessionResets(): Promise<void> {
const sessionResets = window.storage.get(
'sessionResets',
<SessionResetsType>{}
{} as SessionResetsType
);
const keys = Object.keys(sessionResets);