Skip to content

Commit

Permalink
fix: add back frameId to mock (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthova authored Apr 4, 2024
1 parent adeff60 commit 9a21ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class DiscordSDKMock implements IDiscordSDK {
readonly source: Window | WindowProxy | null = null;
readonly sourceOrigin: string = '';

private frameId = 'aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa';
private eventBus = new EventEmitter();
public commands: IDiscordSDK['commands'];
readonly guildId: string | null;
Expand Down

0 comments on commit 9a21ca2

Please sign in to comment.