summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-26 12:01:27 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitdaff3c17728e2cf99dbefa05653a479947c63198 (patch)
tree613ae8cfaf09f5571e75a5a7dbef0f6c6bf317b2
parentf6fbb9a3038ba42af7c218f4b481a6cef567871b (diff)
Client: Fix institute servers map typo
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index 1fc062f..61667b3 100644
--- a/client/client.go
+++ b/client/client.go
@@ -742,7 +742,7 @@ func (c *Client) ServerList() (*srvtypes.List, error) {
customServers = append(customServers, *c)
}
var instituteServers []srvtypes.Institute
- for _, v := range c.Servers.CustomServers.Map {
+ for _, v := range c.Servers.InstituteServers.Map {
if v == nil {
continue
}