Skip to content

Commit

Permalink
Fix tasklist stringfy request
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansandi committed Dec 13, 2023
1 parent 5a81166 commit fdff32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TaskSearchRequest - query object to search tasks by provided params.
"taskVariables": [
{
"name": "variable_name",
"value": "variable_value",
"value": "\"variable_value\"",
"operator": "eq"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ TaskSearchRequest - query object to search tasks by provided params.
"taskVariables": [
{
"name": "variable_name",
"value": "variable_value",
"value": "\"variable_value\"",
"operator": "eq"
}
],
Expand Down

0 comments on commit fdff32e

Please sign in to comment.