mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
resolve conflicts
This commit is contained in:
parent
efa46f50f3
commit
9395b5a0ba
@ -21,13 +21,8 @@ async function main() {
|
||||
// start DHT hyperswarm when DHT_TOPIC is set in .env
|
||||
if (CONFIG.FEDERATION_DHT_TOPIC) {
|
||||
// eslint-disable-next-line no-console
|
||||
<<<<<<< HEAD
|
||||
console.log(`Federation active on ${CONFIG.FEDERATION_DHT_TOPIC}`)
|
||||
await startDHT(CONFIG.FEDERATION_DHT_TOPIC) // con,
|
||||
=======
|
||||
console.log(`Federation active on ${CONFIG.FEDERATE_DHT_TOPIC}`)
|
||||
await startDHT(CONFIG.FEDERATE_DHT_TOPIC) // con,
|
||||
>>>>>>> 192ab67817a12f0a765caa48c0e13272b7310b25
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user