Unverified Commit 1df0782c authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Update go-apps/meep-app-enablement/server/app-support/app-support.go

parent 20e2e861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ func applicationsConfirmTerminationPOST(w http.ResponseWriter, r *http.Request)
		return
	}

	// Verify that confirmation is epxected
	// Verify that confirmation is expected
	gracefulTerminateChannel, found := gracefulTerminateMap[appId]
	if !found {
		log.Error("Unexpected App Confirmation Termination Notification")