mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-19 01:25:55 +00:00
Merge pull request #133 from JustinWesleyFerrari/feature/gif-repos
Fix bug in uploading collection, apiKey missing ?
This commit is contained in:
commit
f7a1787926
@ -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