Skip to content

Commit 2a0b27b

Browse files
committed
Fix typo
1 parent f72cc11 commit 2a0b27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/WorkflowCore.Providers.Azure/Services/AzureLockManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private async Task RenewLock(ControlledLock entry)
135135
{
136136
try
137137
{
138-
await entry.Blob.GetBlobLeaseClient(entry.LeaseId).ReleaseAsync();
138+
await entry.Blob.GetBlobLeaseClient(entry.LeaseId).RenewAsync();
139139
}
140140
catch (Exception ex)
141141
{

0 commit comments

Comments
 (0)