Skip to content
Snippets Groups Projects
Commit 57517bc5 authored by Pavel Antonov's avatar Pavel Antonov :asterisk: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9d4b978a
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ func (u *URL) SetURL(s string) (err error) {
}
// MakeURL возвращает Action URL из сохраненных данных
func (u *URL) MakeURL() string {
func (u *URL) String() string {
if u.id != "" && u.extension != "" {
return fmt.Sprintf("grpc:///%s/%s", u.extension, u.id)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment