Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
return when error
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 26, 2023
1 parent 47e354e commit 23d543d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func nightmare(c *gin.Context) {
"param": nil,
"code": err.Error(),
}})
return
}

authHeader := c.GetHeader("Authorization")
Expand Down

0 comments on commit 23d543d

Please sign in to comment.