From e81e37b613d7fa765a2a6ff57b46f05b456db0b2 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 30 Nov 2023 12:07:14 +0100 Subject: [PATCH] Clean comments --- packages/types/src/sdk/locks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/sdk/locks.ts b/packages/types/src/sdk/locks.ts index 2a2e74c4cc..a04b8238a9 100644 --- a/packages/types/src/sdk/locks.ts +++ b/packages/types/src/sdk/locks.ts @@ -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 /**