Skip to content

Commit

Permalink
chore(deploy-script-support): Rename variable for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jan 10, 2024
1 parent 82d3548 commit 5726566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deploy-script-support/src/coreProposalBehavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const makeCoreProposalBehavior = ({
overrideManifest,
E,
log = console.info,
restoreRef: overrideRestoreRef,
restoreRef: customRestoreRef,
}) => {
const { entries, fromEntries } = Object;

Expand Down Expand Up @@ -136,7 +136,7 @@ export const makeCoreProposalBehavior = ({
manifestGetterName,
bundleExports: Object.keys(proposalNS),
});
const restoreRef = overrideRestoreRef || makeRestoreRef(vatAdminSvc, zoe);
const restoreRef = customRestoreRef || makeRestoreRef(vatAdminSvc, zoe);
const {
manifest,
options: rawOptions,
Expand Down

0 comments on commit 5726566

Please sign in to comment.