soft升级优化 #1

Closed
wanjia9506 wants to merge 46 commits from master into gitlink
1 changed files with 6 additions and 0 deletions
Showing only changes of commit cfb8a3b89d - Show all commits

View File

@ -25,4 +25,10 @@ public class Webhook {
private String branch_filter;
private Object[] events;
private String type;
public String getType() {
return "softbot";
}
}