mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix const
This commit is contained in:
@@ -66,7 +66,7 @@ export class LockService {
|
||||
}
|
||||
|
||||
private isLockExpired(node: Node): boolean {
|
||||
let expiryLockTime = this.getLockExpiryTime(node);
|
||||
const expiryLockTime = this.getLockExpiryTime(node);
|
||||
return moment().isAfter(expiryLockTime);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user