Fix nil issues

This commit is contained in:
Owen
2025-07-03 20:17:21 -07:00
parent d10c5e0366
commit b7d4ea0c84
5 changed files with 20 additions and 69 deletions

View File

@@ -48,9 +48,6 @@ func (c *Client) loadConfig() error {
if c.config.NewtID == "" {
c.config.NewtID = config.NewtID
}
if c.config.Token == "" {
c.config.Token = config.Token
}
if c.config.Secret == "" {
c.config.Secret = config.Secret
}