You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix process upgrade details when null
* fix test
* added changelog
* updated schema to let null be converted to nil automatically
* refactor to reduce complexity
Copy file name to clipboardexpand all lines: internal/pkg/api/handleCheckin.go
+24-16
Original file line number
Diff line number
Diff line change
@@ -390,25 +390,11 @@ func (ct *CheckinT) ProcessRequest(zlog zerolog.Logger, w http.ResponseWriter, r
390
390
// otherwise the details are validated; action_id is checked and upgrade_details.metadata is validated based on upgrade_details.state and the agent doc is updated.
0 commit comments