From 775049c5f8f96cbb320371e61fec755950cbdfcd Mon Sep 17 00:00:00 2001 From: Vivek Yadav Date: Mon, 18 Nov 2024 11:13:40 +0530 Subject: [PATCH] refactore the changes --- webv2/api/schema.go | 1 - 1 file changed, 1 deletion(-) diff --git a/webv2/api/schema.go b/webv2/api/schema.go index acb68b9f3..ceae6850b 100644 --- a/webv2/api/schema.go +++ b/webv2/api/schema.go @@ -495,7 +495,6 @@ func UpdateCheckConstraint(w http.ResponseWriter, r *http.Request) { if err != nil { http.Error(w, fmt.Sprintf("Body Read Error : %v", err), http.StatusInternalServerError) } - // internal.ToSpannerCheckConstraintName() sessionState := session.GetSessionState() if sessionState.Conv == nil || sessionState.Driver == "" { http.Error(w, fmt.Sprintf("Schema is not converted or Driver is not configured properly. Please retry converting the database to Spanner."), http.StatusNotFound)