Skip to content

Commit

Permalink
feat(client): supporting register service for kraken.
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 11, 2024
1 parent 4045805 commit 922ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func LocalAddr() (string, error) {
case *net.IPAddr:
ip = v.IP
}

return ip.String(), nil
}
}
Expand Down

0 comments on commit 922ad71

Please sign in to comment.