summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-28 16:50:20 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-28 16:50:20 +0100
commitd719e23204bc403c43f61093d080a59d290ff6e6 (patch)
tree346b122768c313873fc4e5dd26679ac20231f7a7 /internal
parent617aa3a52eb5acfb98c1b9b54ed47d8563949cd8 (diff)
API: Remove unused apiURL in struct
Diffstat (limited to 'internal')
-rw-r--r--internal/api/api.go2
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
}