fix(api): remove typo from randomAPIs.js (#56755)

This commit is contained in:
Y.K. Lin
2024-10-20 02:03:21 +09:00
committed by GitHub
parent 9630f000f7
commit 7bed27a14b

View File

@@ -78,7 +78,7 @@ module.exports = function (app) {
if (!unsubscribeId) {
req.flash(
'info',
'We we unable to process this request, please check and try again'
'We were unable to process this request, please check and try again'
);
res.redirect(origin);
}