From d719e23204bc403c43f61093d080a59d290ff6e6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 28 Feb 2024 16:50:20 +0100 Subject: API: Remove unused apiURL in struct --- internal/api/api.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/api') 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 } -- cgit v1.2.3