Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
refom committed Oct 7, 2024
1 parent e07f3c5 commit 929e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PARTS_DB = require("./part-db");
const Startup = () => {
console.log("Startup Fetch");
console.log("- Operators");
OPERATOR_DB.FetchOperators();
OPERATOR_DB.Fetch();

console.log("- Acc");
ACC_DB.Fetch();
Expand Down

0 comments on commit 929e2a3

Please sign in to comment.