Skip to content

Commit

Permalink
fixup! Servantify get-bot-conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Apr 26, 2024
1 parent 648f1f0 commit 79e28fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/wire-api/src/Wire/API/Routes/Public/Galley/Bot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ type BotAPI =
:> CanThrow OperationDenied
:> CanThrow 'NotATeamMember
:> CanThrow 'TeamNotFound
:> "bot"
:> "conversation"
:> ZBot
:> ZConversation
:> Get '[JSON] BotConvView
Expand Down

0 comments on commit 79e28fc

Please sign in to comment.