Skip to content

Commit

Permalink
🐛 Fix: picgo-server upload clipboard file's result bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 20, 2020
1 parent c3fe613 commit 4ebd76f
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 @@ -24,7 +24,7 @@ router.get('/upload', async ({
response,
body: {
success: true,
result: [res.result]
result: res.result
}
})
} else {
Expand Down

0 comments on commit 4ebd76f

Please sign in to comment.