Skip to content

Commit

Permalink
Merge branch 'v1.11' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored Jul 13, 2023
2 parents 3945e30 + eea78a7 commit 23ca15e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ using Dapr.Client;
await client.SaveStateAsync(storeName, stateKeyName, state, metadata: new Dictionary<string, string>() {
{
"metadata.ttlInSeconds", "120"
"ttlInSeconds", "120"
}
});
```
Expand Down

0 comments on commit 23ca15e

Please sign in to comment.