mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-12 02:20:46 +08:00
🐛 Fix: picgo-server upload clipboard file's result bug
This commit is contained in:
@@ -24,7 +24,7 @@ router.get('/upload', async ({
|
||||
response,
|
||||
body: {
|
||||
success: true,
|
||||
result: [res.result]
|
||||
result: res.result
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user