fix: Merge broke slack connection

This commit is contained in:
Tom Moor
2024-03-24 21:32:48 -04:00
parent 26a1f57649
commit b6bfae0b2e

View File

@@ -156,7 +156,6 @@ if (env.SLACK_CLIENT_ID && env.SLACK_CLIENT_SECRET) {
rejectOnEmpty: true,
});
return ctx.redirectOnClient(
ctx,
SlackUtils.connectUrl({
baseUrl: team.url,
params: ctx.request.querystring,