Skip to content

Commit 85588b2

Browse files
author
bajins
committed
update
1 parent a3359f7 commit 85588b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ func webHooks(w http.ResponseWriter, r *http.Request) {
8686
return
8787
}
8888
id := contentMap["repository"].(map[string]interface{})["full_name"].(string)
89-
log.Println("当前full_name:", id)
9089
//id = strings.ToLower(id)
9190
config := config[id]
92-
log.Println("当前配置:", config)
91+
log.Println("full_name:", id, ",当前配置:", config)
9392
if reflect.DeepEqual(config, Config{}) {
9493
fmt.Fprintln(w, "{\"code\":200, \"error\":\"Config is not found\"}")
9594
return

0 commit comments

Comments
 (0)