Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Mar 2, 2024
1 parent 6ed4bd5 commit 4187437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/memberCount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import definePlugin from "@utils/types";
import { findStoreLazy } from "@webpack";
import { FluxStore } from "@webpack/types";

import { OnlineMemberCountStore } from "./OnlineMemberCountStore";

import { MemberCount } from "./MemberCount";

export const GuildMemberCountStore = findStoreLazy("GuildMemberCountStore") as FluxStore & { getMemberCount(guildId: string): number | null; };
Expand Down

0 comments on commit 4187437

Please sign in to comment.