Skip to content

Commit

Permalink
fixup! WIP: agops auction proposeParamChange command
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 2, 2023
1 parent ea4c56a commit 907370d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/commands/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const makeAuctionCommand = (
* @param {bigint} relValue
* @returns {import('@agoric/time/src/types').RelativeTimeRecord}
*/
const toRel = relValue => relValue; // ({ timerBrand, relValue });
const toRel = relValue => ({ timerBrand, relValue });

/** @type {Partial<AuctionParams>} */
const params = {
Expand Down

0 comments on commit 907370d

Please sign in to comment.