Update backend/src/index.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
clauspeterhuebner 2022-11-25 01:43:59 +01:00 committed by GitHub
parent ce1b488865
commit 192ab67817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ async function main() {
// start DHT hyperswarm when DHT_TOPIC is set in .env
if (CONFIG.FEDERATE_DHT_TOPIC) {
// eslint-disable-next-line no-console
console.log(`Federation/DHT active on ${CONFIG.FEDERATE_DHT_TOPIC}`)
console.log(`Federation active on ${CONFIG.FEDERATE_DHT_TOPIC}`)
await startDHT(CONFIG.FEDERATE_DHT_TOPIC) // con,
}
}