summaryrefslogtreecommitdiff
path: root/client/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.go')
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index 3f8dbea..fda6f6a 100644
--- a/client/client.go
+++ b/client/client.go
@@ -16,7 +16,7 @@ import (
type (
// ServerBase is an alias to the internal ServerBase
// This contains the details for each server.
- ServerBase = server.ServerBase
+ ServerBase = server.Base
)
// This wraps the error, logs it and then returns the wrapped error.