From 14c52e3ce4a61f8c734f3fcc5398f663290f49a7 Mon Sep 17 00:00:00 2001 From: Justin Ferrari Date: Mon, 20 Feb 2023 13:16:46 -0500 Subject: [PATCH] Fix bug in uploading collection, apiKey missing ? --- qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js b/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js index 8d4c5de2..2d99805a 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js +++ b/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js @@ -496,7 +496,7 @@ setOpenGifModal: { attribute: false } let myCollection = await parentEpml.request( 'apiCall', { - url: `/arbitrary/metadata/GIF_REPOSITORY/${userName}/${this.newCollectionName}&apiKey=${this.getApiKey()}`, + url: `/arbitrary/metadata/GIF_REPOSITORY/${userName}/${this.newCollectionName}?apiKey=${this.getApiKey()}`, } ); if (myCollection.title) {