Merge pull request #3347 from nponraj/patch-1

Minor typo
This commit is contained in:
Hannah Hunter 2023-05-01 10:16:39 -04:00 committed by GitHub
commit b1117bf3e0
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)