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

Commit 23d543d

Browse files
author
Antonio
committed
return when error
1 parent 47e354e commit 23d543d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func nightmare(c *gin.Context) {
9898
"param": nil,
9999
"code": err.Error(),
100100
}})
101+
return
101102
}
102103

103104
authHeader := c.GetHeader("Authorization")

0 commit comments

Comments
 (0)