Typo
This commit is contained in:
parent
f648ab3445
commit
8b65a44fe8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ end
|
|||
-- @param id Session identifier
|
||||
-- @return Session data
|
||||
function read(id)
|
||||
if not id or #id == 0then
|
||||
if not id or #id == 0 then
|
||||
return
|
||||
end
|
||||
if not id:match("^%w+$") then
|
||||
|
|
Loading…
Reference in a new issue