Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Aug 15, 2024
1 parent 8116dfd commit 5f52a6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/library.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import exploits from "./exploits.gen.js";
import models from "./models.gen.js";
import assert from "node:assert";

export const DeviceExploitType = {
NVM: 'nvm',
Expand Down Expand Up @@ -238,4 +237,4 @@ export class DeviceModel {
return Math.max(k.length, f.length) - i;
}

}
}

0 comments on commit 5f52a6a

Please sign in to comment.