Skip to content

Commit

Permalink
Merge branch 'feat/coupon'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjatsh committed Nov 23, 2023
2 parents 3c11157 + 63932fd commit 336fddb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http_server/handle/config_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (h *HttpHandle) doConfigInfo(apiResp *api_code.ApiResp) error {

err := h.checkSystemUpgrade(apiResp)
if err != nil {
apiResp.ApiRespErr(api_code.ApiCodeError500, err.Error())
return fmt.Errorf("checkSystemUpgrade err: %s", err.Error())
}

Expand Down

0 comments on commit 336fddb

Please sign in to comment.