Fixing comment.
This commit is contained in:
parent
14806809e8
commit
55ec808a82
|
@ -7,7 +7,7 @@ function getExpirySecondsForDB(db: string) {
|
||||||
// a hour
|
// a hour
|
||||||
return 3600
|
return 3600
|
||||||
case redis.utils.Databases.INVITATIONS:
|
case redis.utils.Databases.INVITATIONS:
|
||||||
// a day
|
// a week
|
||||||
return 604800
|
return 604800
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue