Skip to content

Commit

Permalink
Merge pull request #3 from decert-me/fix/error-tip
Browse files Browse the repository at this point in the history
Fix 错误提示
  • Loading branch information
0xdwong authored Jul 7, 2023
2 parents 2658c2b + 2217bc5 commit f36ee1f
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 f36ee1f

Please sign in to comment.