Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fd0624

Browse files
committed
fix lint
1 parent 8b82e5d commit 8fd0624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/api/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export const watchBuildLogsByBuildId = (
280280
);
281281

282282
socket.addEventListener("error", () => {
283-
if (socket.readyState == socket.CLOSED) {
283+
if (socket.readyState === socket.CLOSED) {
284284
return;
285285
}
286286
onError?.(new Error("Connection for logs failed."));

0 commit comments

Comments
 (0)