Skip to content

Commit

Permalink
refactor(app-generic): update distributed-lock.service.ts (#5499)
Browse files Browse the repository at this point in the history
quiting -> quitting
  • Loading branch information
eltociear authored May 6, 2024
1 parent 668cb92 commit c4ceaf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class DistributedLockService {
await this.distributedLock.quit();
} catch (error: any) {
Logger.verbose(
`Error quiting redlock: ${error.message}`,
`Error quitting redlock: ${error.message}`,
LOG_CONTEXT
);
} finally {
Expand Down

0 comments on commit c4ceaf8

Please sign in to comment.