Skip to content
Snippets Groups Projects
Commit b9baa69c authored by Yan Sushchynski (EPAM)'s avatar Yan Sushchynski (EPAM)
Browse files

Merge branch 'revert-49e04f90' into 'master'

Revert "Merge branch 'fix_xuserid_optional_for_GC' into 'master'"

See merge request !569
parents 49e04f90 15f7de41
No related branches found
No related tags found
1 merge request!569Revert "Merge branch 'fix_xuserid_optional_for_GC' into 'master'"
Pipeline #312150 failed
......@@ -6,7 +6,7 @@ headers = {
"Content-Type": "application/json",
"data-partition-id":input.datapartitionid,
"Authorization": sprintf("Bearer %v", [input.token]),
"x-user-id": object.get(input, "xuserid", null),
"x-user-id": input.xuserid,
"Accept": "application/json"
}
......
......@@ -6,7 +6,7 @@ headers = {
"content-type": "application/json",
"data-partition-id":input.datapartitionid,
"authorization": sprintf("Bearer %v", [input.token]),
"x-user-id": object.get(input, "xuserid", null),
"x-user-id": input.xuserid,
"accept": "application/json"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment