Skip to content

Commit 6ee5968

Browse files
authored
rm escape (#4348)
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 442b720 commit 6ee5968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/api/jobs_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Entry | Description | Equivalent
6565
{
6666
"data": {
6767
"@type": "type.googleapis.com/google.protobuf.StringValue",
68-
"value": "\"someData\""
68+
"value": "someData"
6969
},
7070
"dueTime": "30s"
7171
}

0 commit comments

Comments
 (0)