Skip to content

Commit 645396c

Browse files
committed
fix error
1 parent 0ea6a87 commit 645396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Client struct {
2121
apiKey string
2222
HTTPClient *http.Client
2323
Auth *Auth
24-
DB postgrest.Client
24+
DB *postgrest.Client
2525
}
2626

2727
type ErrorResponse struct {

0 commit comments

Comments
 (0)