fix: tapd提交内容为空

This commit is contained in:
chenjianxing 2021-08-06 15:53:27 +08:00 committed by jianxing
parent 6ddc5bf2e4
commit 113f68b734
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public abstract class AbstractIssuePlatform implements IssuesPlatform {
return "";
}
Matcher matcher = pattern.matcher(input);
String result = "";
String result = input;
while (matcher.find()) {
String path = matcher.group(2);
if (endpoint.endsWith("/")) {