Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Nov 14, 2024
1 parent e9ddea5 commit dd376bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/orchestration/src/exos/chain-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const DenomDetailShape = M.splitRecord(
{ brand: BrandShape },
);

/**
* @enum {(typeof HubName)[keyof typeof HubName]}
*/
/** @enum {(typeof HubName)[keyof typeof HubName]} */
export const HubName = /** @type {const} */ ({
/** agoricNames key for ChainInfo hub */
Chain: 'chain',
Expand Down

0 comments on commit dd376bf

Please sign in to comment.