Skip to content

Commit

Permalink
WhereILike - Fix typo in types (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolBialyKainos committed Jan 19, 2022
1 parent e171d61 commit 22f9544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -546,7 +546,7 @@ export declare namespace Knex {
whereNotIn: WhereIn<TRecord, TResult>;
orWhereNotIn: WhereIn<TRecord, TResult>;
whereLike: Where<TRecord, TResult>;
whereIlike: Where<TRecord, TResult>;
whereILike: Where<TRecord, TResult>;
whereNull: WhereNull<TRecord, TResult>;
orWhereNull: WhereNull<TRecord, TResult>;
whereNotNull: WhereNull<TRecord, TResult>;
Expand Down

0 comments on commit 22f9544

Please sign in to comment.