mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
🐛 Fix: picgo-server upload clipboard file's result bug
This commit is contained in:
parent
c3fe613696
commit
4ebd76ff11
@ -24,7 +24,7 @@ router.get('/upload', async ({
|
||||
response,
|
||||
body: {
|
||||
success: true,
|
||||
result: [res.result]
|
||||
result: res.result
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user