This commit is contained in:
einhornimmond 2025-10-22 11:31:28 +02:00
parent 5d4611f83f
commit c2ca16bebc
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ async function main() {
console.log(`GraphIQL available at http://localhost:${CONFIG.PORT}`) console.log(`GraphIQL available at http://localhost:${CONFIG.PORT}`)
} }
}) })
void startValidateCommunities(Number(CONFIG.FEDERATION_VALIDATE_COMMUNITY_TIMER)) await startValidateCommunities(Number(CONFIG.FEDERATION_VALIDATE_COMMUNITY_TIMER))
} }
main().catch((e) => { main().catch((e) => {