Skip to content

Commit

Permalink
fixup! fix(lint): contract/test helpers
Browse files Browse the repository at this point in the history
ARC ta
  • Loading branch information
mujahidkay committed Sep 30, 2024
1 parent 531c404 commit e192627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/test/mintStable.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const makeStableFaucet = ({
/**
* Mint a payment in the fee token.
*
* @param {bigint | any[] | CopySet<any> | CopyBag<any>} value the associated brand is implicitly the fee brand
* @param {bigint} value the associated brand is implicitly the fee brand
* @returns {Promise<Payment<'nat'>>}
*/
const mintBrandedPayment = async value => {
Expand Down

0 comments on commit e192627

Please sign in to comment.