Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbocoder committed Sep 5, 2024
1 parent ab8ea95 commit c8dfc47
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ public Result<?> addVGroup(@RequestParam String vGroup, @RequestParam String uni
result.setCode("500");
result.setMessage("add vGroup failed!");
}
// push the newest mapping relationship
vGroupMappingStoreManager.notifyMapping();
return result;
}

Expand Down

0 comments on commit c8dfc47

Please sign in to comment.