Skip to content

Commit

Permalink
chore: remove accidentally trigger swagger comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jan 19, 2024
1 parent 026420b commit f761688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func RetrievePagination(c *gin.Context) (page, limit uint64) {
}

// RetrieveIdentity retrieves the identity of the user from the context.
// @param raise: if true, raise a http error if the identity does not exist
// raise: if true, raise a http error if the identity does not exist
func RetrieveIdentity(c *gin.Context, raise bool) (identity *model.Identity, exist bool) {
id, exist := c.Get("identity")
if !exist {
Expand Down

0 comments on commit f761688

Please sign in to comment.