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.
branches get
1 parent 38a8816 commit 9509bc6Copy full SHA for 9509bc6
internal/branches/get/get.go
@@ -34,7 +34,7 @@ func Run(ctx context.Context, branchId string, fsys afero.Fs) error {
34
}
35
36
config := pgconn.Config{
37
- Host: utils.GetSupabaseDbHost(resp.JSON200.DbHost),
+ Host: resp.JSON200.DbHost,
38
Port: cast.UIntToUInt16(cast.IntToUint(resp.JSON200.DbPort)),
39
User: *resp.JSON200.DbUser,
40
Password: *resp.JSON200.DbPass,
0 commit comments