Skip to content

Commit eb91e9f

Browse files
Craig CondonCraig Condon
authored andcommitted
fix #269
1 parent f99bb12 commit eb91e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export const numericalOperationCreator =
324324
return createNumericalOperation(params, owneryQuery, options, name);
325325
};
326326

327-
export const numericalOperation = (createTester: (any) => Tester) =>
327+
export const numericalOperation = (createTester: (value: any) => Tester) =>
328328
numericalOperationCreator(
329329
(params: any, owneryQuery: Query<any>, options: Options, name: string) => {
330330
const typeofParams = typeof comparable(params);

0 commit comments

Comments
 (0)