mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix return
This commit is contained in:
parent
0df783d0bb
commit
8e077758c4
@ -113,7 +113,7 @@ export default class SyncController extends Controller {
|
||||
})
|
||||
|
||||
if (response) {
|
||||
return res.json(data)
|
||||
return res.json(response.data)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user