1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Fixing comment.

This commit is contained in:
mike12345567 2023-05-16 15:47:38 +01:00
parent 14806809e8
commit 55ec808a82

View file

@ -7,7 +7,7 @@ function getExpirySecondsForDB(db: string) {
// a hour
return 3600
case redis.utils.Databases.INVITATIONS:
// a day
// a week
return 604800
}
}