Closed whites11 closed 2 months ago
In this for loop, we keep assigning the latest service to the s variable. If the API call, s becomes niil and the next loop we don't have an ID to get the service for any more.
s
this PR fixes this issue
In this for loop, we keep assigning the latest service to the
s
variable. If the API call,s
becomes niil and the next loop we don't have an ID to get the service for any more.this PR fixes this issue