mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: Use app slugs instead of the display name to report health (#4944)
All applications without display names were reporting broken health.
This commit is contained in:
@ -54,5 +54,5 @@ type Healthcheck struct {
|
||||
// @typescript-ignore PostWorkspaceAppHealthsRequest
|
||||
type PostWorkspaceAppHealthsRequest struct {
|
||||
// Healths is a map of the workspace app name and the health of the app.
|
||||
Healths map[string]WorkspaceAppHealth
|
||||
Healths map[uuid.UUID]WorkspaceAppHealth
|
||||
}
|
||||
|
Reference in New Issue
Block a user