mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
CODEBASE: Fix lint errors 1 (#1732)
This commit is contained in:
@@ -30,7 +30,7 @@ function makeScriptBlob(code: string): Blob {
|
||||
// config object to provide a hook point.
|
||||
export const config = {
|
||||
doImport(url: ScriptURL): Promise<ScriptModule> {
|
||||
return import(/*webpackIgnore:true*/ url);
|
||||
return import(/*webpackIgnore:true*/ url) as Promise<ScriptModule>;
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user