Loading go-apps/meep-app-enablement/server/app-info/app-info.go +3 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ func applicationsAppInstanceIdDELETE(w http.ResponseWriter, r *http.Request) { vars := mux.Vars(r) appInstanceId := vars["appInstanceId"] mutex.Lock() defer mutex.Unlock() // Check if App instance exists fields, err := rc.GetEntry(baseKey + ":app:" + appInstanceId + ":info") if err != nil || len(fields) == 0 { Loading Loading
go-apps/meep-app-enablement/server/app-info/app-info.go +3 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ func applicationsAppInstanceIdDELETE(w http.ResponseWriter, r *http.Request) { vars := mux.Vars(r) appInstanceId := vars["appInstanceId"] mutex.Lock() defer mutex.Unlock() // Check if App instance exists fields, err := rc.GetEntry(baseKey + ":app:" + appInstanceId + ":info") if err != nil || len(fields) == 0 { Loading