stylecheck: payLoad -> payload

This commit is contained in:
Dustin Brody 2022-07-05 17:02:05 +00:00
parent 27e4b3aff7
commit 47ceac54c2
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ proc handleClose*(
code = StatusFulfilled
reason = ""
case payLoad.len:
case payload.len:
of 0:
code = StatusNoStatus
of 1: