Loading go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,7 @@ func applicationsSubscriptionsPOST(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "application/json; charset=UTF-8") vars := mux.Vars(r) appId := vars["appInstanceId"] appId := vars["subscriberId"] mutex.Lock() defer mutex.Unlock() Loading Loading
go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +1 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,7 @@ func applicationsSubscriptionsPOST(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "application/json; charset=UTF-8") vars := mux.Vars(r) appId := vars["appInstanceId"] appId := vars["subscriberId"] mutex.Lock() defer mutex.Unlock() Loading