Skip to content

Commit

Permalink
fix(reserve): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Dec 16, 2024
1 parent 4bd67a3 commit 391d6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/proposals/upgrade-asset-reserve-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export const upgradeAssetReserve = async (

const adminFacet = await E(governorCreatorFacet).getAdminFacet();

// We need to reset the kit and produce a new adminFacet because the
// original contract is producing an admin facet that is for the
// We need to reset the kit and produce a new adminFacet because the
// original contract is producing an admin facet that is for the
// governor, not the reserve.
reserveKitWriter.reset();
reserveKitWriter.resolve(
Expand Down

0 comments on commit 391d6bf

Please sign in to comment.