Skip to content

Commit 4a9d862

Browse files
committed
🧹
1 parent 201eef6 commit 4a9d862

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codersdk/workspaces.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,7 @@ func (c *Client) UnfavoriteWorkspace(ctx context.Context, workspaceID uuid.UUID)
497497
return nil
498498
}
499499

500-
var (
501-
WorkspaceNotifyDescriptionAgentStatsOnly = []byte("agentStatsOnly")
502-
)
500+
var WorkspaceNotifyDescriptionAgentStatsOnly = []byte("agentStatsOnly")
503501

504502
// WorkspaceNotifyChannel is the PostgreSQL NOTIFY
505503
// channel to listen for updates on. The payload is empty,

0 commit comments

Comments
 (0)