diff --git a/src/activitypub/helpers.js b/src/activitypub/helpers.js index 70adf66e8b..ec293504f1 100644 --- a/src/activitypub/helpers.js +++ b/src/activitypub/helpers.js @@ -35,7 +35,7 @@ Helpers._test = (method, args) => { }, 2500); }; // process.nextTick(() => { -// Helpers._test(activitypub.notes.assert, [1, `https://`]); +// Helpers._test(activitypub.notes.assert, [1, `https://`]); // }); let _lastLog;