Closed ahtinurme closed 1 year ago
When using the service in NestJS:
import { MurLockService } from 'murlock'; ... await MurLockService.lock('function1');
I get this:
TypeError: murlock_1.MurLockService.unlock is not a function
version 1.2.1
@ahtinurme Hi, directly usage of MurLockService and documentation for that not clear I agree. I'll make a improvement for that, fyi.
When using the service in NestJS:
I get this:
TypeError: murlock_1.MurLockService.unlock is not a function
version 1.2.1