From 634e9b03f15067a753a3dfabf46cf1fde9b6eab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 10 Jun 2024 19:27:03 -0400 Subject: [PATCH] fix typo --- src/activitypub/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activitypub/index.js b/src/activitypub/index.js index 91e05aa619..ee696762db 100644 --- a/src/activitypub/index.js +++ b/src/activitypub/index.js @@ -58,7 +58,7 @@ ActivityPub.startJobs = () => { } catch (err) { winston.error(err.stack); } - },, null, true, null, null, false); // change last argument to true for debugging + }, null, true, null, null, false); // change last argument to true for debugging }; ActivityPub.resolveId = async (uid, id) => {