c
Size: a a a
c
DS
c
DS
c
c
DS
c
status(fx, ‘done’) вstatus({ effect: fx, defaultValue: ‘done’ })c
c
pending(fx1, fx2)pending({ effects: [fx1, fx2] })AO
NT
AO
AO
NT
guard({
source: endCurrentContract,
filter: $isCurrentContractInFuture.map((v) => !v),
target: editAccountContract.prepend(() => ({ endedAt: new Date().toISOString() })),
})c
c
YL
pending({ effects: [] })YL
YL