Skip to content

Commit 4441312

Browse files
bteacexbrayat
authored andcommitted
chore: remove ts-ignore
1 parent e666dff commit 4441312

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/getLanguage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ interface Language {
5454
function linkLocale(locale: string) {
5555
let linkedLocale: string
5656
try {
57-
// @ts-ignore
5857
linkedLocale = Intl.getCanonicalLocales(locale)[0]
5958
} catch (error) {
6059
console.log(`${error.toString()}\n`)

0 commit comments

Comments
 (0)