Revolyssup commented on issue #10164:
URL: https://github.com/apache/apisix/issues/10164#issuecomment-1707673389

   in your code snippet, you have 
   ``` 
   create_consumer_to_yaml(user_counts)
   apisix_file.write("#END")
   ```
   
   please change the order
   
   ```
   apisix_file.write("#END")
   create_consumer_to_yaml(user_counts)
   
   ```


-- 
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