jottacloud: add link sharing support

This commit is contained in:
albertony 2018-09-04 21:02:35 +02:00 committed by Nick Craig-Wood
parent a823d518ac
commit d51501938a
5 changed files with 87 additions and 25 deletions

View file

@ -34,7 +34,9 @@ without account.
if err != nil {
return err
}
fmt.Println(link)
if link != "" {
fmt.Println(link)
}
return nil
})
},