fix return

This commit is contained in:
SrGooglo 2023-01-24 13:18:08 +00:00
parent 0df783d0bb
commit 8e077758c4

View File

@ -113,7 +113,7 @@ export default class SyncController extends Controller {
})
if (response) {
return res.json(data)
return res.json(response.data)
}
}
},