Skip to content

Commit 8fdb4ca

Browse files
committed
update unlock dotnet code
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 15cf08d commit 8fdb4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ namespace LockService
149149
var client = new DaprClientBuilder().Build();
150150

151151
var response = await client.Unlock(DAPR_LOCK_NAME, "my_file_name", "random_id_abc123"));
152-
Console.WriteLine(response.LockStatus);
152+
Console.WriteLine(response.status);
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)