chore: rollback PR #18025 (#18118)

Rollback https://github.com/coder/coder/pull/18025
This commit is contained in:
Bruno Quaresma
2025-05-30 11:00:26 -03:00
committed by GitHub
parent a19539ce83
commit f974add373
15 changed files with 64 additions and 87 deletions

View File

@ -1098,8 +1098,7 @@ func (api *API) convertWorkspaceBuild(
CreatedAt: build.CreatedAt,
UpdatedAt: build.UpdatedAt,
WorkspaceOwnerID: workspace.OwnerID,
WorkspaceOwnerName: workspace.OwnerName,
WorkspaceOwnerUsername: workspace.OwnerUsername,
WorkspaceOwnerName: workspace.OwnerUsername,
WorkspaceOwnerAvatarURL: workspace.OwnerAvatarUrl,
WorkspaceID: build.WorkspaceID,
WorkspaceName: workspace.Name,