diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-28 16:50:20 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-28 16:50:20 +0100 |
| commit | d719e23204bc403c43f61093d080a59d290ff6e6 (patch) | |
| tree | 346b122768c313873fc4e5dd26679ac20231f7a7 /internal/api/api.go | |
| parent | 617aa3a52eb5acfb98c1b9b54ed47d8563949cd8 (diff) | |
API: Remove unused apiURL in struct
Diffstat (limited to 'internal/api/api.go')
| -rw-r--r-- | internal/api/api.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/api/api.go b/internal/api/api.go index f7b8329..fd17e02 100644 --- a/internal/api/api.go +++ b/internal/api/api.go @@ -56,8 +56,6 @@ type API struct { cb Callbacks // oauth is the oauth object oauth *eduoauth.OAuth - // apiURL is the API url to send a request to - apiURL string // Data is the server data Data ServerData } |
