Clean comments

This commit is contained in:
Adria Navarro 2023-11-30 12:07:14 +01:00
parent 25099ee28e
commit e81e37b613
1 changed files with 1 additions and 1 deletions

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
/** /**