From c1312f76f74ed0393d880dd90bbf569222cc657e Mon Sep 17 00:00:00 2001 From: jahabeebs <47253537+jahabeebs@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:30:49 -0500 Subject: [PATCH] chore: fix docs --- packages/automated-dispute/src/providers/protocolProvider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/automated-dispute/src/providers/protocolProvider.ts b/packages/automated-dispute/src/providers/protocolProvider.ts index cef287c..6c9a32c 100644 --- a/packages/automated-dispute/src/providers/protocolProvider.ts +++ b/packages/automated-dispute/src/providers/protocolProvider.ts @@ -323,7 +323,6 @@ export class ProtocolProvider implements IProtocolProvider { * * @param module The address of the module to approve. * @throws {TransactionExecutionError} Throws if the transaction fails during execution. - * @throws {ContractFunctionRevertedError} Throws if the contract function reverts. * @returns {Promise} A promise that resolves when the module is approved. */ async approveModule(module: Address): Promise {