Skip to content

Commit

Permalink
Fix client build
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Jan 14, 2025
1 parent 6fd62d6 commit 245ab88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/backend-api/client/src/mocks/data/discordBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const mockDiscordBot: DiscordBot = {
id: "1",
username: "Discord Bot".padEnd(1000, "hi"),
avatar: "https://via.placeholder.com/140x100",
inviteLink: ''
};

export default mockDiscordBot;
1 change: 1 addition & 0 deletions services/backend-api/client/src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ const handlers = [
dateLanguage: "en",
timezone: "UTC",
},
includesBot: true,
},
})
)
Expand Down

0 comments on commit 245ab88

Please sign in to comment.