Commit 13094c76 authored by Yann Garcia's avatar Yann Garcia
Browse files

Align demo4 with latest MEC 013

parent 57d8a44f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1105,7 +1105,7 @@ func startProcessLocTicker() {
			// Get UI position
			s := make([]string, 1)
			s[0] = nodeName
			var localVarOptionals loc.UsersGETOpts
			var localVarOptionals loc.LocationApiUsersGETOpts
			localVarOptionals.Address = optional.NewInterface(s)
			log.Debug("startProcessLocTicker: Call UsersGet with: ", localVarOptionals)
			usersList, _, err := locServ.LocationApi.UsersGET(context.TODO(), &localVarOptionals)