478320 commented on code in PR #5685:
URL: https://github.com/apache/shenyu/pull/5685#discussion_r1792714192


##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/impl/ApiServiceImpl.java:
##########
@@ -126,11 +126,6 @@ private String update(final ApiDTO apiDTO) {
                 tagRelationMapper.deleteByApiId(apiDO.getId());
                 tagRelationMapper.batchInsert(tags);
             }
-            if (ApiStateEnum.PUBLISHED.getState() == apiDO.getState()) {

Review Comment:
   Hello, my previous submission failed to check the instability of ci. I hope 
I can re-trigger ci through some modifications. If these modifications cause 
bad effects, I will delete them



-- 
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...@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to