Skip to content

Commit

Permalink
🐛 Fix: upload clipboard images via http should return list
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #721
  • Loading branch information
Molunerfinn committed Aug 12, 2021
1 parent 019efd3 commit ae69263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/routerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ router.post('/upload', async ({
response,
body: {
success: true,
result: res
result: [res]
}
})
} else {
Expand Down

0 comments on commit ae69263

Please sign in to comment.