Merge branch 'v1.11' into issue_2874

This commit is contained in:
Yaron Schneider 2023-07-12 21:51:22 -07:00 committed by GitHub
commit 47af58548d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ using Dapr.Client;
await client.SaveStateAsync(storeName, stateKeyName, state, metadata: new Dictionary<string, string>() {
{
"metadata.ttlInSeconds", "120"
"ttlInSeconds", "120"
}
});
```