Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg committed Nov 16, 2024
1 parent 91fbd6f commit da87bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SaveObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { downloadContentAsFile } from "./utils/FileUtils";
import { showAPIBreaks } from "./utils/APIBreaks/APIBreak";
import { breakInfos261 } from "./utils/APIBreaks/2.6.1";
import { handleGetSaveDataInfoError } from "./Netscript/ErrorMessages";
import { isObject, objectAssert } from "./utils/helpers/typeAssertion";
import { isObject } from "./utils/helpers/typeAssertion";

/* SaveObject.js
* Defines the object used to save/load games
Expand Down

0 comments on commit da87bba

Please sign in to comment.