Skip to content

Commit 708f570

Browse files
committed
Fix incorrect type
1 parent de48aa8 commit 708f570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PgConnectionArgFilterOperatorsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ export interface OperatorSpec {
12031203
resolve: (
12041204
sqlIdentifier: SQL,
12051205
sqlValue: SQL,
1206-
$input: Step,
1206+
input: unknown,
12071207
// was: $placeholderable: PlaceholderableStep,
12081208
_unused: PgConditionCapableParent,
12091209
details: {

0 commit comments

Comments
 (0)