Fix #9
This commit is contained in:
parent
e896fd84cf
commit
210c2290f0
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ export function createCostRequirement<T extends CostRequirementOptions>(
|
|||
Decimal.gte(
|
||||
req.resource.value,
|
||||
unref(req.cost as ProcessedComputable<DecimalSource>)
|
||||
)
|
||||
) ? 1 : 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue