stylecheck: payLoad -> payload
This commit is contained in:
parent
27e4b3aff7
commit
47ceac54c2
|
@ -153,7 +153,7 @@ proc handleClose*(
|
||||||
code = StatusFulfilled
|
code = StatusFulfilled
|
||||||
reason = ""
|
reason = ""
|
||||||
|
|
||||||
case payLoad.len:
|
case payload.len:
|
||||||
of 0:
|
of 0:
|
||||||
code = StatusNoStatus
|
code = StatusNoStatus
|
||||||
of 1:
|
of 1:
|
||||||
|
|
Loading…
Reference in New Issue