Skip to content

Commit

Permalink
chore: typescript wants a more explicit decl than 'bigish'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Aug 20, 2021
1 parent 1668094 commit 4903bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ export function buildRootObject(vatPowers, vatParameters) {
assert(initialPrice);
const rates = {
initialPrice: makeRatio(
initialPrice[0],
/** @type {bigint} */ (initialPrice[0]),
centralBrand,
initialPrice[1],
/** @type {bigint} */ (initialPrice[1]),
record.brand,
),
initialMargin: makeRatio(config.initialMarginPercent, centralBrand),
Expand Down

0 comments on commit 4903bff

Please sign in to comment.