Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: lock updater - return correct bool value
The function which extend lock duration in DB returns incorrect bool value (return default false value). This cause that context is canceled when extending lock duration and whole update process fails. This commit fixes the bug and return correct bool value.
- Loading branch information