Skip to content

Commit 92c6145

Browse files
committed
Remove unnecessary argument
1 parent 03a694b commit 92c6145

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/module/src/method/MethodParameterEncoder.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ export function isFlexibleProvablePure(
7575

7676
export function checkArgsProvable(
7777
target: RuntimeModule<unknown>,
78-
methodName: string,
79-
base = true
78+
methodName: string
8079
) {
8180
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
8281
const paramtypes: ArgTypeArray = Reflect.getMetadata(

0 commit comments

Comments
 (0)