Skip to content

Commit

Permalink
fix: import types.js into params so bundle is usable in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 7, 2021
1 parent 7948b6f commit e7c329e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/treasury/src/params.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// @ts-check

import './types.js';

import { buildParamManager, ParamType } from '@agoric/governance';

export const POOL_FEE_KEY = 'PoolFee';
Expand Down

0 comments on commit e7c329e

Please sign in to comment.