We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea6a87 commit 645396cCopy full SHA for 645396c
supabase.go
@@ -21,7 +21,7 @@ type Client struct {
21
apiKey string
22
HTTPClient *http.Client
23
Auth *Auth
24
- DB postgrest.Client
+ DB *postgrest.Client
25
}
26
27
type ErrorResponse struct {
0 commit comments