Skip to content

Commit 7a03824

Browse files
committed
fix lint
1 parent 049f063 commit 7a03824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/workspaceagents.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ func (c *Client) WorkspaceAgentListeningPorts(ctx context.Context, agentID uuid.
548548
return listeningPorts, json.NewDecoder(res.Body).Decode(&listeningPorts)
549549
}
550550

551+
//nolint:revive // Follow is a control flag on the server as well.
551552
func (c *Client) WorkspaceAgentStartupLogsAfter(ctx context.Context, agentID uuid.UUID, after int64, follow bool) (<-chan []WorkspaceAgentStartupLog, io.Closer, error) {
552553
var queryParams []string
553554
if after != 0 {

0 commit comments

Comments
 (0)