Skip to content

Commit

Permalink
fix: stats
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Oct 12, 2023
1 parent c19f79e commit 5d5cb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -5361,7 +5361,7 @@ func GetPlatformHealth(ctx context.Context, limit int) ([]HealthCheckDB, error)
}

} else {
q := datastore.NewQuery(nameKey).Order("-updated").Limit(limit)
q := datastore.NewQuery(nameKey).Order("-Updated").Limit(limit)

_, err := project.Dbclient.GetAll(ctx, q, &health)
if err != nil {
Expand Down

0 comments on commit 5d5cb47

Please sign in to comment.