This commit is contained in:
Samuel Lorch 2021-09-02 09:29:00 +02:00
commit 3325eecb97

View file

@ -44,7 +44,7 @@ func main() {
panic(err)
}
ctx := context.TODO()
ctx := context.TODO()
err = client.Login(ctx)
if err != nil {