Fix requests (#3232)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-05-22 21:05:31 +06:00 committed by GitHub
parent effb32b9d1
commit 391489f999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ export async function OnRequestUpdate (tx: Tx, control: TriggerControl): Promise
)
resTx.space = core.space.Tx
await control.apply([resTx], true)
await control.apply([resTx, request.tx], true)
}
return []
}