Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 24, 2023
1 parent fbeb24c commit 3811585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const postgrest = new PostgrestClient<Database>(REST_URL)
expectError(postgrest.from(42))
}

// test filters
// `null` can't be used with `.eq()`
{
postgrest.from('users').select().eq('username', 'foo')
expectError(postgrest.from('users').select().eq('username', null))
Expand Down

0 comments on commit 3811585

Please sign in to comment.