Skip to content

Commit 3811585

Browse files
committed
fix: trigger release
1 parent fbeb24c commit 3811585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const postgrest = new PostgrestClient<Database>(REST_URL)
1111
expectError(postgrest.from(42))
1212
}
1313

14-
// test filters
14+
// `null` can't be used with `.eq()`
1515
{
1616
postgrest.from('users').select().eq('username', 'foo')
1717
expectError(postgrest.from('users').select().eq('username', null))

0 commit comments

Comments
 (0)