update unlock dotnet code

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-12-15 17:54:55 -06:00
parent 15cf08d038
commit 8fdb4ca78e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ namespace LockService
var client = new DaprClientBuilder().Build();
var response = await client.Unlock(DAPR_LOCK_NAME, "my_file_name", "random_id_abc123"));
Console.WriteLine(response.LockStatus);
Console.WriteLine(response.status);
}
}
}