fix ap jobs

This commit is contained in:
Barış Soner Uşaklı
2026-03-11 19:21:31 -04:00
parent 8496e1efbb
commit 8ed95d123e

View File

@@ -13,7 +13,7 @@ const Jobs = module.exports;
Jobs.start = async () => {
activitypub.helpers.log('[activitypub/jobs] Registering jobs.');
async function tryCronJob(method) {
if (meta.config.activityPubEnabled) {
if (meta.config.activitypubEnabled) {
await method();
}
}