Skip to content

Commit

Permalink
rm escape (#4348)
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle authored Sep 10, 2024
1 parent 442b720 commit 6ee5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/jobs_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Entry | Description | Equivalent
{
"data": {
"@type": "type.googleapis.com/google.protobuf.StringValue",
"value": "\"someData\""
"value": "someData"
},
"dueTime": "30s"
}
Expand Down

0 comments on commit 6ee5968

Please sign in to comment.