Skip to content

Commit

Permalink
fix(api): set now 'field' in /mon/status (#6067)
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin authored Jan 20, 2022
1 parent e625836 commit 73a1333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (api *API) computeGlobalPublicStatus() sdk.MonitoringStatus {

// computeGlobalStatus returns global status
func (api *API) computeGlobalStatus(srvs []sdk.Service) sdk.MonitoringStatus {
mStatus := sdk.MonitoringStatus{}
mStatus := sdk.MonitoringStatus{Now: time.Now()}

var version string
versionOk := true
Expand Down

0 comments on commit 73a1333

Please sign in to comment.