Skip to content

Commit ffe6f48

Browse files
Prince Rachit Sinharoboquat
Prince Rachit Sinha
authored andcommitted
Fix variable type
1 parent 3819d92 commit ffe6f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/cpulimit/dispatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type DispatchListener struct {
9898
}
9999

100100
type workspace struct {
101-
CFS CgroupCFSController
101+
CFS CFSController
102102
OWI logrus.Fields
103103
BaseLimit Bandwidth
104104
BurstLimit Bandwidth

0 commit comments

Comments
 (0)