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:
parent
ca466f5d19
commit
14c52e3ce4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user