Skip to content

Commit b48fe99

Browse files
guergaboGabriel Guerradfarr
authored
feat(ms): update to have correct field name (#84)
* 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]>
1 parent ab22cc0 commit b48fe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/stores/remote.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export class RemoteLockStore implements ILockStore {
411411
resourceId: resourceId,
412412
processId: this.pid,
413413
executionId: executionId,
414-
expiryInSeconds: this.lockTimeout / 1000,
414+
expiryInMilliseconds: this.lockTimeout,
415415
}),
416416
},
417417
this.logger,

0 commit comments

Comments
 (0)