mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
format+lint+build fix
This commit is contained in:
parent
37d9b0c78d
commit
e5e6b05be0
@ -1320,7 +1320,7 @@ export function NetscriptSingularity(): InternalAPI<ISingularity> {
|
|||||||
},
|
},
|
||||||
exportGame: (ctx: NetscriptContext) => (): void => {
|
exportGame: (ctx: NetscriptContext) => (): void => {
|
||||||
helpers.checkSingularityAccess(ctx);
|
helpers.checkSingularityAccess(ctx);
|
||||||
onExport(player);
|
onExport();
|
||||||
return saveObject.exportGame();
|
return saveObject.exportGame();
|
||||||
},
|
},
|
||||||
exportGameBonus: (ctx: NetscriptContext) => (): boolean => {
|
exportGameBonus: (ctx: NetscriptContext) => (): boolean => {
|
||||||
|
Loading…
Reference in New Issue
Block a user