Update typescript

This commit is contained in:
Anton Gunnarsson
2025-05-06 17:50:33 +02:00
parent 102c3b6df6
commit e4ad0d3466
5 changed files with 26 additions and 26 deletions

View File

@@ -31,6 +31,5 @@ export async function getIntl(options?: { lang: Lang | undefined }) {
)
}
// Exclamation mark can be removed once we update TS to 5.8.2+
return instances[lang]!
return instances[lang]
}