Fix oauth appliction icon upload (#6913)

This commit is contained in:
Prospector
2026-07-28 16:30:21 -07:00
committed by GitHub
parent 30f64c0020
commit 920dc8dcbb
2 changed files with 5 additions and 6 deletions
@@ -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()