Skip to content

Commit e5cb6ac

Browse files
committed
Fix gen
1 parent 2fa36d2 commit e5cb6ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/provisionerdaemons.go

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func (c *Client) ServeProvisionerDaemon(ctx context.Context, organization uuid.U
227227

228228
// wsNetConn wraps net.Conn created by websocket.NetConn(). Cancel func
229229
// is called if a read or write error is encountered.
230+
// @typescript-ignore wsNetConn
230231
type wsNetConn struct {
231232
cancel context.CancelFunc
232233
net.Conn

0 commit comments

Comments
 (0)