mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-22 08:29:16 +00:00
stylecheck: payLoad -> payload
This commit is contained in:
parent
27e4b3aff7
commit
47ceac54c2
@ -153,7 +153,7 @@ proc handleClose*(
|
||||
code = StatusFulfilled
|
||||
reason = ""
|
||||
|
||||
case payLoad.len:
|
||||
case payload.len:
|
||||
of 0:
|
||||
code = StatusNoStatus
|
||||
of 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user