We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a694b commit 92c6145Copy full SHA for 92c6145
packages/module/src/method/MethodParameterEncoder.ts
@@ -75,8 +75,7 @@ export function isFlexibleProvablePure(
75
76
export function checkArgsProvable(
77
target: RuntimeModule<unknown>,
78
- methodName: string,
79
- base = true
+ methodName: string
80
) {
81
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
82
const paramtypes: ArgTypeArray = Reflect.getMetadata(
0 commit comments