We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac93c9c commit d7597fcCopy full SHA for d7597fc
Coder Desktop/Coder Desktop/VPNMenuState.swift
@@ -105,7 +105,7 @@ struct VPNMenuState {
105
mutating func upsertWorkspace(_ workspace: Vpn_Workspace) {
106
guard let wsID = UUID(uuidData: workspace.id) else { return }
107
// Workspace names are unique & case-insensitive, and we want to show offline workspaces
108
- // with a valid hostname (lowercase).
+ // with a valid hostname (lowercase).
109
workspaces[wsID] = Workspace(id: wsID, name: workspace.name.lowercased(), agents: [])
110
// Check if we can associate any invalid agents with this workspace
111
invalidAgents.filter { agent in
0 commit comments