From cb037b64a819e452d2e9d0c8533d72fa1f941830 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Tue, 11 Aug 2020 22:00:27 -0500 Subject: [PATCH] Hotfix SDK request --- src/structures/LBRY.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/LBRY.js b/src/structures/LBRY.js index b7ee6f6..f7ea4c3 100644 --- a/src/structures/LBRY.js +++ b/src/structures/LBRY.js @@ -67,7 +67,7 @@ class LBRY { payload.params = params; return this._request({ - url: '', + url: '/', method: 'post', bodyType: 'json', body: payload