mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
Fix oauth appliction icon upload (#6913)
This commit is contained in:
@@ -549,7 +549,7 @@ async function onImageSelection(files) {
|
||||
const file = files[0]
|
||||
const extFromType = file.type.split('/')[1]
|
||||
|
||||
await client.labrinth.oauth_internal.uploadAppIcon(editingId.value, file, extFromType).promise
|
||||
await client.labrinth.oauth_internal.uploadAppIcon(editingId.value, file, extFromType)
|
||||
|
||||
await refresh()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user