fix: one more fix

This commit is contained in:
Julian Lam
2024-10-25 12:49:49 -04:00
parent 0e982fcf9e
commit eccad588f4

View File

@@ -49,7 +49,7 @@ Controller.fetch = async (req, res, next) => {
helpers.redirect(res, url.href, false);
} catch (e) {
activitypub.helpers.log(`[activitypub/fetch] Invalid URL received: ${url}`);
return next();
helpers.redirect(res, url.href, false);
}
};