Skip to content

Commit

Permalink
Re-throw unhandled Slack errors (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Oct 26, 2023
1 parent fb7a211 commit 55ed009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connectors/src/connectors/slack/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ export function getSlackClient(slackAccessToken: string): WebClient {
throw workflowError;
}
}

throw e;
}
},
};
Expand Down

0 comments on commit 55ed009

Please sign in to comment.