Skip to content

Commit 17fa858

Browse files
chore: sync API types from infrastructure (#4657)
* chore: sync API types from infrastructure * chore: update type reference --------- Co-authored-by: supabase-cli-releaser[bot] <246109035+supabase-cli-releaser[bot]@users.noreply.github.com> Co-authored-by: Qiao Han <qiao@supabase.io>
1 parent b337a57 commit 17fa858

2 files changed

Lines changed: 384 additions & 15 deletions

File tree

internal/bootstrap/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func suggestAppStart(cwd, command string) string {
156156

157157
func checkProjectHealth(ctx context.Context) error {
158158
params := api.V1GetServicesHealthParams{
159-
Services: []api.V1GetServicesHealthParamsServices{api.Db},
159+
Services: []api.V1GetServicesHealthParamsServices{api.V1GetServicesHealthParamsServicesDb},
160160
}
161161
resp, err := utils.GetSupabase().V1GetServicesHealthWithResponse(ctx, flags.ProjectRef, &params)
162162
if err != nil {

0 commit comments

Comments
 (0)