This commit is contained in:
Anthony Lawn 2023-05-19 10:12:24 -05:00 committed by GitHub
parent e896fd84cf
commit 210c2290f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,7 @@ export function createCostRequirement<T extends CostRequirementOptions>(
Decimal.gte( Decimal.gte(
req.resource.value, req.resource.value,
unref(req.cost as ProcessedComputable<DecimalSource>) unref(req.cost as ProcessedComputable<DecimalSource>)
) ) ? 1 : 0
); );
} }