From 6407c1b072d906f7e0bb307c42a3c48379cf47db Mon Sep 17 00:00:00 2001 From: Amaury Date: Wed, 28 Jul 2021 14:20:32 +0200 Subject: [PATCH] refactor names inside main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ab0cf4d..520c030 100644 --- a/src/main.ts +++ b/src/main.ts @@ -38,7 +38,7 @@ async function register({ myManager = new ListenerRssAggregator(configAggregator); peertube = new PeerTubeRequester({ - domain_name: "http://localhost:9000", + domainName: "http://localhost:9000", username: "root", password: "test", });