add cancelation token
This commit is contained in:
parent
29e6ba8733
commit
1d64c19605
@ -72,7 +72,7 @@ public class EnvelopeController : ViewControllerBase
|
||||
return await EnvelopeReceiverReadOnly(decoded.ParseReadOnlyId());
|
||||
#endregion
|
||||
|
||||
var er = await _mediator.ReadEnvelopeReceiverAsync(envelopeReceiverId);
|
||||
var er = await _mediator.ReadEnvelopeReceiverAsync(envelopeReceiverId, cancel);
|
||||
|
||||
if (er is null)
|
||||
return this.ViewEnvelopeNotFound();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user