Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 13, 2023
1 parent bb45a35 commit 0374ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectors/src/api/slack_channels_linked_with_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ const _patchSlackChannelsLinkedWithAgentHandler = async (
req,
res,
{
status_code: 400,
api_error: {
type: "internal_server_error",
type: "connector_update_error",
message: `Could not join channel: ${joinRes.error}`,
},
status_code: 400,
},
joinRes.error
);
Expand Down

0 comments on commit 0374ffc

Please sign in to comment.