From 8d2984442cfac9d413d5b2571bf4e47bfcb4870b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:27:14 -0400 Subject: [PATCH] Fix Lint --- src/webpack/common/types/stores.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/common/types/stores.d.ts b/src/webpack/common/types/stores.d.ts index 9c7583e2..98e230f6 100644 --- a/src/webpack/common/types/stores.d.ts +++ b/src/webpack/common/types/stores.d.ts @@ -188,7 +188,7 @@ export class StickersStore extends FluxStore { getStickersByGuildId(id: string): Sticker[] | undefined; } -export class RelationshipStore extends RelationshipStore { +export class RelationshipStore extends FluxStore { isFriend(userId: string): boolean; isBlockedOrIgnored(userId: string): boolean; isBlockedOrIgnoredForMessage(userId: string): boolean;