From 20c09513b27d13ab11e20a48f59b241e7602e0f0 Mon Sep 17 00:00:00 2001 From: Tristan Helmich Date: Tue, 6 Oct 2020 21:38:31 +0000 Subject: [PATCH] result of `ncc build index.js --license licenses.txt` --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 48a4869..2df5b87 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25,7 +25,7 @@ try { // Create client object const client = sdk.createClient({ - baseUrl: 'https://matrix.org', + baseUrl: `https://${homeserver}`, accessToken: token, });