Skip to content

Commit

Permalink
fix old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 17, 2023
1 parent fb69c80 commit 24cc381
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/v2/firestorm/modding/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ import config from "../config";

config();

// no extra methods here so no need for a custom FirestormMod type
export const mods = firestorm.collection<FirestormMod>("mods");
1 change: 0 additions & 1 deletion src/v2/firestorm/modding/modpacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ import config from "../config";

config();

// no extra methods here so no need for a custom FirestormModpack type
export const modpacks = firestorm.collection<FirestormModpack>("modpacks");

0 comments on commit 24cc381

Please sign in to comment.