This commit is contained in:
cha0s 2020-12-11 09:06:46 -06:00
parent bc715ecc1e
commit 2e3049d8e2

View File

@ -46,6 +46,7 @@ export default {
} }
catch (error) { catch (error) {
res.redirect('/chat'); res.redirect('/chat');
return;
} }
} }
next(); next();