Update typescript
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user