sassoftware / postgrest-client

General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing.
Apache License 2.0
7 stars 0 forks source link

fix: missing headers for some requests #4

Closed bojan88 closed 3 months ago

bojan88 commented 4 months ago

Some responses were missing headers property (it was undefined). Responses are now covered with tests to make sure this won't happen again.