add the startValidateCommunities again after master-merge

This commit is contained in:
Claus-Peter Hübner 2023-01-25 21:18:18 +01:00
parent d24b858959
commit b64fad1b7d

View File

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