Compare commits

..

No commits in common. "909bf31192e9e78ff7c825074cf8acba6005275a" and "39cb9bc91f025848dfc2459d06cdceac01620a02" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ func QuashVideo(user int, data map[string]interface{}) (int, string) {
if res == 0 { if res == 0 {
msg = strconv.Itoa(video_id) + " rollback video error" msg = strconv.Itoa(video_id) + " rollback video error"
} else { } else {
res = 0
msg = "success" msg = "success"
} }
case "delay": case "delay":