Skip to content

Commit

Permalink
chore: remove ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored and cexbrayat committed Apr 26, 2024
1 parent e666dff commit 4441312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/getLanguage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ interface Language {
function linkLocale(locale: string) {
let linkedLocale: string
try {
// @ts-ignore
linkedLocale = Intl.getCanonicalLocales(locale)[0]
} catch (error) {
console.log(`${error.toString()}\n`)
Expand Down

0 comments on commit 4441312

Please sign in to comment.