shreemaan-abhishek commented on code in PR #10950:
URL: https://github.com/apache/apisix/pull/10950#discussion_r1577956048


##########
apisix/discovery/nacos/init.lua:
##########
@@ -208,7 +207,7 @@ local function de_duplication(services, namespace_id, 
group_name, service_name,
 end
 
 
-local function iter_and_add_service(services, values)
+local function iter_and_add_service(services, values,nacos)

Review Comment:
   ```suggestion
   local function iter_and_add_service(services, values, nacos)
   ```
   there are still problems like this in your PR, please fix all of them. You 
can use your IDE's formatting tool to fix such errors (VSCode has a tool 
already)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to