Skip to content

Commit

Permalink
Upgrade ts-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 28, 2023
1 parent e34776a commit 9bd7a81
Show file tree
Hide file tree
Showing 5 changed files with 2,815 additions and 4,121 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ query.values; //=> [1, 2, 3]
```js
join(
[sql`first_name LIKE ${firstName}`, sql`last_name LIKE ${lastName}`],
" AND "
" AND ",
); // => "first_name LIKE ? AND last_name LIKE ?"
```

Expand Down
Loading

0 comments on commit 9bd7a81

Please sign in to comment.