Skip to content

Commit

Permalink
Merge 6a7cd44 into ce6b591
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindorchard committed Jul 9, 2023
2 parents ce6b591 + 6a7cd44 commit e409892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ export declare namespace Knex {
<TResult2 = TResult>(value: Value): Raw<TResult2>;
<TResult2 = TResult>(
sql: string,
...bindings: readonly RawBinding[]
binding: RawBinding
): Raw<TResult2>;
<TResult2 = TResult>(
sql: string,
Expand Down

0 comments on commit e409892

Please sign in to comment.