Hydrated BaseModels
do not correctly work with Update
and Delete
#35
Labels
bug
Something isn't working
BaseModels
do not correctly work with Update
and Delete
#35
BaseUrl
,RequestClientOptions
andGetHeaders
are net set on hydrated models supplied by the realtime-csharp client. Because these are unset,Update
andDelete
calls on a hydratedBaseModel
will fail.See here the following lines: https://github.com/supabase-community/postgrest-csharp/blob/64525d49ae7c066bd38fdbd3b6c95593346e0369/Postgrest/Models/BaseModel.cs#L19-L26
The text was updated successfully, but these errors were encountered: