From e192627563a1467b77ee386a9d37748bbfd95b70 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:55:21 +0500 Subject: [PATCH] fixup! fix(lint): contract/test helpers ARC ta --- contract/test/mintStable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract/test/mintStable.js b/contract/test/mintStable.js index cd8ef70d..a2bea40f 100644 --- a/contract/test/mintStable.js +++ b/contract/test/mintStable.js @@ -52,7 +52,7 @@ export const makeStableFaucet = ({ /** * Mint a payment in the fee token. * - * @param {bigint | any[] | CopySet | CopyBag} value the associated brand is implicitly the fee brand + * @param {bigint} value the associated brand is implicitly the fee brand * @returns {Promise>} */ const mintBrandedPayment = async value => {