summaryrefslogtreecommitdiff
path: root/src/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.go')
-rw-r--r--src/config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.go b/src/config.go
index 76d1eca..3f1116c 100644
--- a/src/config.go
+++ b/src/config.go
@@ -21,9 +21,7 @@ type Config struct {
Delay int `json:"delay"`
// auth
- AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
-
// misc
Debug bool `json:"debug"`
}