Skip to content

Commit 204cdf1

Browse files
committed
revert
1 parent a3223ad commit 204cdf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/resource-embedding.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { PostgrestClient } from '../src/index'
22
import { Database } from './types'
33

4-
const postgrest = new PostgrestClient<Database>('http://localhost:3000').throwOnError()
4+
const postgrest = new PostgrestClient<Database>('http://localhost:3000')
55

66
test('embedded select', async () => {
77
const res = await postgrest.from('users').select('messages(*)')
8-
res.data.slice()
98
expect(res).toMatchInlineSnapshot(`
109
Object {
1110
"count": null,

0 commit comments

Comments
 (0)