Skip to content

Commit 776cb43

Browse files
committed
chore: fix linting
1 parent 03ddfa0 commit 776cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transport-tcp/src/listener.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum TCPListenerStatusCode {
5353
INACTIVE = 0,
5454
ACTIVE = 1,
5555
/* During the connection limits */
56-
PAUSED = 2,
56+
PAUSED = 2
5757
}
5858

5959
type Status = { code: TCPListenerStatusCode.INACTIVE } | {

0 commit comments

Comments
 (0)