Unverified Commit 6abbb71e authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Update go-apps/meep-wais/server/wais.go

parent 0af512aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ func startRegistrationTicker() {
		for range registrationTicker.C {
			// Get Application instance ID
			if serviceAppInstanceId == "" {
				// If global service, request an app instance ID from Sandbox Controller
				// If a sandbox service, request an app instance ID from Sandbox Controller
				// Otherwise use the scenario-provisioned instance ID
				if mepName == defaultMepName {
					var err error