From a268d91c061bbba1f8303ba88b1884f9a88f2fd5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 26 Jan 2016 13:36:57 +0100 Subject: KISS --- messages.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'messages.go') diff --git a/messages.go b/messages.go index c0209aa..f1bda5f 100644 --- a/messages.go +++ b/messages.go @@ -61,7 +61,6 @@ func (a Authorization) Supported(sol map[ChalType]Solver) []Challenge { var c []Challenge for _, n := range com { ch := a.Challenges[n] - ch.Solver = sol[ch.Type] c = append(c, ch) } return c @@ -86,7 +85,6 @@ type Challenge struct { Validated *time.Time `json:"validated,omitempty"` KeyAuthorization string `json:"keyAuthorization,omitempty"` Err *Problem `json:"error,omitempty"` - Solver `json:"-"` } // Problem description -- cgit v1.2.3