We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da243de commit 3d5ba15Copy full SHA for 3d5ba15
device/client.go
@@ -336,7 +336,7 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
336
func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
337
data, _ := json.MarshalIndent(nc, "", " ")
338
zap.S().Debugf("nc2:\n%s", data)
339
- data, err := json.Marshal(coord.PostReifyStatusRequest{
+ data, err = json.Marshal(coord.PostReifyStatusRequest{
340
Reified: nc,
341
})
342
if err != nil {
0 commit comments