diff --git a/githubtasks.go b/githubtasks.go index 3c6673d6..c0a3bfa8 100644 --- a/githubtasks.go +++ b/githubtasks.go @@ -84,7 +84,7 @@ func (s *Server) Mote(ctx context.Context, master bool) error { // GetState gets the state of the server func (s *Server) GetState() []*pbg.State { return []*pbg.State{ - &pbg.State{Key: "no", Value: int64(233)}, + &pbg.State{Key: "config", Text: fmt.Sprintf("%v", s.config)}, } }