mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
Fix Lint
This commit is contained in:
parent
b835d07fb1
commit
8d2984442c
1 changed files with 1 additions and 1 deletions
2
src/webpack/common/types/stores.d.ts
vendored
2
src/webpack/common/types/stores.d.ts
vendored
|
@ -188,7 +188,7 @@ export class StickersStore extends FluxStore {
|
||||||
getStickersByGuildId(id: string): Sticker[] | undefined;
|
getStickersByGuildId(id: string): Sticker[] | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class RelationshipStore extends RelationshipStore {
|
export class RelationshipStore extends FluxStore {
|
||||||
isFriend(userId: string): boolean;
|
isFriend(userId: string): boolean;
|
||||||
isBlockedOrIgnored(userId: string): boolean;
|
isBlockedOrIgnored(userId: string): boolean;
|
||||||
isBlockedOrIgnoredForMessage(userId: string): boolean;
|
isBlockedOrIgnoredForMessage(userId: string): boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue