Skip to content

Commit

Permalink
oops x2
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeed28 committed Mar 5, 2023
1 parent 078d325 commit 77d114d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type EmojiInfo = {
export const emojiInfo = await waitForProps<string, EmojiInfo>("getEmojiUnavailableReason");

type PremiumInfo = {
canStreamHighQuality: () => boolean;
canStreamMidQuality: () => boolean;
canStreamHighQuality: (...args: unknown[]) => boolean;
canStreamMidQuality: (...args: unknown[]) => boolean;
};
export const premiumInfo = await waitForProps<string, PremiumInfo>("canStreamHighQuality");

Expand Down

0 comments on commit 77d114d

Please sign in to comment.