Fixing 500 on slack OAuth (#3342)

pull/3345/head
sean-brydon 2022-07-12 21:33:46 +01:00 committed by GitHub
parent 1f953c5ca0
commit dbca46d677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
},
});
return res.redirect("/apps/installed");
res.redirect("/apps/installed");
}
export default defaultHandler({