mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-29 07:00:53 -04:00
fix(api): remove typo from randomAPIs.js (#56755)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user