Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 17, 2023
1 parent 01114b2 commit c45cfe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions interface/stores/hardwareInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const defaultHardwareInfo: HardwareInfo = {
health: "N/A",
throughputRead: 100,
throughputWrite: 100,
dataRead: 100,
dataWrite: 100,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/copyLib.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { copyFileSync } from "fs"

copyFileSync("crates/library/target/release/lib.dll", "core/lib.dll")
copyFileSync("target/release/lib.dll", "core/lib.dll")

0 comments on commit c45cfe7

Please sign in to comment.