Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Jan 11, 2025
1 parent da243de commit 3d5ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (c *Client) patchSpec(body coord.PatchReifySpecRequest) error {
func (c *Client) postReifyStatus(nc spec.NetworkCensored) (latest bool, err error) {
data, _ := json.MarshalIndent(nc, "", " ")
zap.S().Debugf("nc2:\n%s", data)
data, err := json.Marshal(coord.PostReifyStatusRequest{
data, err = json.Marshal(coord.PostReifyStatusRequest{
Reified: nc,
})
if err != nil {
Expand Down

0 comments on commit 3d5ba15

Please sign in to comment.