monkeyDluffy6017 commented on code in PR #9960: URL: https://github.com/apache/apisix/pull/9960#discussion_r1282868952
########## apisix/discovery/nacos/init.lua: ########## @@ -361,8 +361,9 @@ function _M.nodes(service_name, discovery_args) waiting_time = waiting_time - step end - if not applications or not applications[namespace_id] or not applications[namespace_id][group_name] then - return nil + if not applications or not applications[namespace_id] + or not applications[namespace_id][group_name] then + return nil Review Comment: if not applications or not applications[namespace_id] or not applications[namespace_id][group_name] then return nil -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org