mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
fix typo
This commit is contained in:
parent
19bfad14ae
commit
d7854edeb2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ exports.createSession = function(groupID, authorID, validUntil, callback)
|
|||
//check validUntil and create the session db entry
|
||||
function(callback)
|
||||
{
|
||||
//check if rev is a number
|
||||
//check if validUntil is a number
|
||||
if(typeof validUntil != "number")
|
||||
{
|
||||
//try to parse the number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue