Skip to content

Commit

Permalink
Fix Nacos empty ticket not work (apache#11213)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ authored Dec 29, 2022
1 parent 992e125 commit 1ecc00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public boolean registerServiceAppMapping(String key, String group, String conten
@Override
public ConfigItem getConfigItem(String key, String group) {
String content = getConfig(key, group);
String casMd5 = "";
String casMd5 = "0";
if (StringUtils.isNotEmpty(content)) {
casMd5 = md5Utils.getMd5(content);
}
Expand Down

0 comments on commit 1ecc00a

Please sign in to comment.