Merge pull request #133 from JustinWesleyFerrari/feature/gif-repos

Fix bug in uploading collection, apiKey missing ?
This commit is contained in:
AlphaX-Projects 2023-02-20 19:17:46 +01:00 committed by GitHub
commit f7a1787926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,7 +496,7 @@ setOpenGifModal: { attribute: false }
let myCollection = await parentEpml.request( let myCollection = await parentEpml.request(
'apiCall', '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) { if (myCollection.title) {