Skip to content

Commit

Permalink
chore: remove comments from main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Aug 13, 2024
1 parent 9e04aba commit e6ba917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func healthCheck(c *gin.Context) {
func getABI(c *gin.Context) {
chainId := c.Param("chainId")
address := c.Param("address")
rpcURL := c.Param("rpcUrl")[1:] // Remove the leading slash
rpcURL := c.Param("rpcUrl")[1:]

response, err := abiFetcher.FetchABI(c, chainId, address, rpcURL)
if err != nil {
Expand Down

0 comments on commit e6ba917

Please sign in to comment.