feat: resolved failing be lint check

This commit is contained in:
=
2025-01-06 22:18:49 +05:30
parent a7f4020c08
commit 7f67912d2f

View File

@@ -331,7 +331,7 @@ export const registerSlackRouter = async (server: FastifyZodProvider) => {
failureAsync: async () => {
return res.redirect(appCfg.SITE_URL as string);
},
successAsync: async (installation) => {
successAsync: async () => {
return res.redirect(`${appCfg.SITE_URL}/organization/settings?selectedTab=workflow-integrations`);
}
});