Skip to content

Commit 47ceac5

Browse files
committed
stylecheck: payLoad -> payload
1 parent 27e4b3a commit 47ceac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websock/session.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ proc handleClose*(
153153
code = StatusFulfilled
154154
reason = ""
155155

156-
case payLoad.len:
156+
case payload.len:
157157
of 0:
158158
code = StatusNoStatus
159159
of 1:

0 commit comments

Comments
 (0)