jottacloud: add link sharing support

This commit is contained in:
albertony
2018-09-08 09:38:57 +01:00
committed by Nick Craig-Wood
parent a823d518ac
commit d51501938a
5 changed files with 87 additions and 25 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ without account.
if err != nil {
return err
}
fmt.Println(link)
if link != "" {
fmt.Println(link)
}
return nil
})
},