fix: workflow id was excluded
This commit is contained in:
parent
af268a79ed
commit
983984fb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ export class ServiceController extends Controller {
|
||||||
update: { value: { increment: 1 } },
|
update: { value: { increment: 1 } },
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!!payload.workflowId) payload.workflowId = undefined;
|
if (!payload.workflowId) payload.workflowId = undefined;
|
||||||
|
|
||||||
return tx.service.create({
|
return tx.service.create({
|
||||||
include: {
|
include: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue