Skip to content

Commit

Permalink
Merge branch 'feat/coupon' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sjatsh committed Nov 14, 2023
2 parents cf6da6d + a557074 commit e57da86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http_server/handle/check_permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ type ReqCheckPermissions struct {
}

func (h *HttpHandle) CheckPermissions(ctx *gin.Context) {
return

var apiResp api_code.ApiResp
defer func() {
if apiResp.ErrNo != 0 {
Expand Down

0 comments on commit e57da86

Please sign in to comment.