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", });