Skip to content

Commit 7232e65

Browse files
committed
Fix lint
1 parent ec8c088 commit 7232e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/workspaceBuild/workspaceBuildXService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const workspaceBuildMachine = createMachine(
123123
const reader = await API.streamWorkspaceBuildLogs(ctx.buildId)
124124

125125
// Watching for the stream
126-
// eslint-disable-next-line no-constant-condition
126+
// eslint-disable-next-line no-constant-condition, @typescript-eslint/no-unnecessary-condition
127127
while (true) {
128128
const { value, done } = await reader.read()
129129

0 commit comments

Comments
 (0)