🐛 Fix: picgo-server upload clipboard file's result bug

This commit is contained in:
Molunerfinn 2020-01-20 15:44:06 +08:00
parent c3fe613696
commit 4ebd76ff11

View File

@ -24,7 +24,7 @@ router.get('/upload', async ({
response,
body: {
success: true,
result: [res.result]
result: res.result
}
})
} else {