chore: fix ap dev helper

This commit is contained in:
Julian Lam
2025-01-22 13:39:47 -05:00
parent c3e9cb68e0
commit b14494b03d

View File

@@ -35,7 +35,7 @@ Helpers._test = (method, args) => {
}, 2500);
};
// process.nextTick(() => {
// Helpers._test(activitypub.notes.assert, ['uid', 1, `https://`]);
// Helpers._test(activitypub.notes.assert, [1, `https://`]);
// });
let _lastLog;