Skip to content

Commit

Permalink
feat(ms): update to have correct field name (#84)
Browse files Browse the repository at this point in the history
* feat(ms): update to have correct field name

* Update lib/core/stores/remote.ts

Co-authored-by: David Farr <[email protected]>

---------

Co-authored-by: Gabriel Guerra <[email protected]>
Co-authored-by: David Farr <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2024
1 parent ab22cc0 commit b48fe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/stores/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export class RemoteLockStore implements ILockStore {
resourceId: resourceId,
processId: this.pid,
executionId: executionId,
expiryInSeconds: this.lockTimeout / 1000,
expiryInMilliseconds: this.lockTimeout,
}),
},
this.logger,
Expand Down

0 comments on commit b48fe99

Please sign in to comment.