Skip to content

Commit

Permalink
WhereILike - Fix typo in types
Browse files Browse the repository at this point in the history
Changing `whereIlike` to `whereILike`.
Changes introduced in knex#4779
  • Loading branch information
KarolBialyKainos committed Jan 18, 2022
1 parent e171d61 commit 5318468
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 5318468

Please sign in to comment.