Skip to content

Commit

Permalink
fix: 错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Jul 7, 2023
1 parent 6b23784 commit 2217bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/api/v1/ens.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

func GetEnsRecords(c *gin.Context) {
if list, err := service.GetEnsRecords(c, c.Param("q")); err != nil {
response.Fail(c)
} else {
response.OkWithData(list, c)
}
Expand Down

0 comments on commit 2217bc5

Please sign in to comment.