1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Clean comments

This commit is contained in:
Adria Navarro 2023-11-30 12:07:14 +01:00
parent 25099ee28e
commit e81e37b613

View file

@ -37,7 +37,7 @@ export interface LockOptions {
*/
name: LockName
/**
* The ttl to auto-expire the lock if not unlocked manually.
* The ttl to auto-expire the lock if not unlocked manually
*/
ttl: number
/**