mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-01 04:35:46 +00:00
Fix requests (#3232)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
effb32b9d1
commit
391489f999
@ -41,7 +41,7 @@ export async function OnRequestUpdate (tx: Tx, control: TriggerControl): Promise
|
|||||||
)
|
)
|
||||||
resTx.space = core.space.Tx
|
resTx.space = core.space.Tx
|
||||||
|
|
||||||
await control.apply([resTx], true)
|
await control.apply([resTx, request.tx], true)
|
||||||
}
|
}
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user