Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Feb 23, 2024
1 parent 040874a commit cc98d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/agent/storage/store/state_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (aq *actionQueue) UnmarshalJSON(data []byte) error {
"cannot unmarshal it to actionQueue", a.Type())
}
scheduledActions = append(scheduledActions, sa)
_ = sa
}

*aq = scheduledActions
Expand Down

0 comments on commit cc98d01

Please sign in to comment.