Fixing comment.

This commit is contained in:
mike12345567 2023-05-16 15:47:38 +01:00
parent 14806809e8
commit 55ec808a82
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }
} }