1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +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 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 ttl: number
/** /**