Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Nov 2, 2023
1 parent 7779fc4 commit 04ab4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/customBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Badges from "./Icons";
const { React } = common;
const { Tooltip, Clickable } = components;


export enum BadgeSizes {
SIZE_24,
SIZE_22,
Expand Down
7 changes: 3 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ const cache = new Map<string, BadgeCache>();
const REFRESH_INTERVAL = 1000 * 60 * 30;

export async function start(): Promise<void> {
const mod = await webpack.waitForProps<{ BadgeSizes: BadgeSizes, default: BadgeMod }>("BadgeSizes")



const mod = await webpack.waitForProps<{ BadgeSizes: BadgeSizes; default: BadgeMod }>(
"BadgeSizes",
);

const Badge = await getBadges();

Expand Down

0 comments on commit 04ab4a1

Please sign in to comment.