1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

worflow save record action broken (no ctx.user)

This commit is contained in:
Michael Shanks 2020-07-08 15:12:55 +01:00
parent 106262657b
commit 7bd31f3dcf

View file

@ -11,6 +11,7 @@ module.exports = async function saveRecord({ args, instanceId }) {
request: {
body: record,
},
user: { instanceId },
}
await recordController.save(ctx)