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…
Reference in New Issue