This commit is contained in:
Pascal Fischer 2023-10-09 14:59:21 +02:00
parent 7f958e9338
commit c4c59ed3a7

View File

@ -120,6 +120,7 @@ func (c *Client) Auth(urlOpener URLOpener) error {
return err return err
} }
return nil
} }
// Stop the internal client and free the resources // Stop the internal client and free the resources