4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-12 02:05:51 +00:00

Fix bug in uploading collection, apiKey missing ?

This commit is contained in:
Justin Ferrari 2023-02-20 13:16:46 -05:00
parent ca466f5d19
commit 14c52e3ce4

View File

@ -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) {