Skip to content

Commit 245ab88

Browse files
committed
Fix client build
1 parent 6fd62d6 commit 245ab88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/backend-api/client/src/mocks/data/discordBot.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const mockDiscordBot: DiscordBot = {
44
id: "1",
55
username: "Discord Bot".padEnd(1000, "hi"),
66
avatar: "https://via.placeholder.com/140x100",
7+
inviteLink: ''
78
};
89

910
export default mockDiscordBot;

services/backend-api/client/src/mocks/handlers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ const handlers = [
295295
dateLanguage: "en",
296296
timezone: "UTC",
297297
},
298+
includesBot: true,
298299
},
299300
})
300301
)

0 commit comments

Comments
 (0)