Update statemanagement-quickstart.md

Signed-off-by: Ponraj <24421897+nponraj@users.noreply.github.com>
This commit is contained in:
Ponraj 2023-04-20 15:06:32 -07:00 committed by GitHub
parent 35362d65f0
commit d4ab14d9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ console.log("Saving Order: ", order)
// Get state from a state store
const savedOrder = await client.state.get(DAPR_STATE_STORE_NAME, order.orderId)
console.log("Getting Order: ", savedOrd
console.log("Getting Order: ", savedOrd)
// Delete state from the state store
await client.state.delete(DAPR_STATE_STORE_NAME, order.orderId)