mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 22:36:27 +01:00
Remove ts ignore
This commit is contained in:
parent
76e9344222
commit
25bf909d6f
@ -5,6 +5,7 @@
|
||||
"type": "git",
|
||||
"url": "https://git.krews.org/nitro/nitro-renderer"
|
||||
},
|
||||
"main": "./index.ts",
|
||||
"scripts": {
|
||||
"compile": "tsc --project ./tsconfig.json",
|
||||
"eslint": "eslint ./src --fix"
|
||||
|
@ -23,7 +23,6 @@ export class NitroLocalizationManager extends NitroManager implements INitroLoca
|
||||
|
||||
protected onInit(): void
|
||||
{
|
||||
//@ts-ignore
|
||||
let urls: string[] = Nitro.instance.getConfiguration<string[]>('external.texts.url');
|
||||
|
||||
if(!Array.isArray(urls))
|
||||
|
Loading…
Reference in New Issue
Block a user