aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-11 09:04:18 -0500
committerDrew DeVault <sir@cmpwn.com>2018-01-11 09:04:18 -0500
commit4074445cbb45dc6ec132e67b7eac9f32dcfd53de (patch)
treeabb2348df84e12f0a781a4e0d29509962d01c756 /worker/types/messages.go
parentffba56133406027a6a740f9f4454b27134143f0a (diff)
Move worker into account tab
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 845bb86..a4d8ddb 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -33,7 +33,7 @@ type Ping struct {
type Configure struct {
Message
- Config config.AccountConfig
+ Config *config.AccountConfig
}
type Connect struct {