Skip to content

Commit

Permalink
style(src): 🎨 Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Feb 11, 2024
1 parent 6a63a7d commit 74bbf83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/controllers/AdminController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ class AdminController {
}
this.progress.buildings = { done: 0, total: 0 };
}


}

export default AdminController;
2 changes: 1 addition & 1 deletion src/util/BtWebhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export const WebhookType = {
APPLICATION: "APPLICATION",
};

export type WebhookType = (typeof WebhookType)[keyof typeof WebhookType];
export type WebhookType = typeof WebhookType[keyof typeof WebhookType];
3 changes: 2 additions & 1 deletion src/util/package.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const LIB_VERSION = "1.0.1";export const LIB_LICENSE = "ISC";
export const LIB_VERSION = "1.0.1";
export const LIB_LICENSE = "ISC";

0 comments on commit 74bbf83

Please sign in to comment.