Skip to content

Commit 7379f8b

Browse files
committed
NRL-1051 remove location header
1 parent 28629a0 commit 7379f8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/producer/processTransaction/process_transaction_bundle.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,7 @@ def handler(
413413
responses.append(e.response)
414414

415415
response_entries = [
416-
BundleEntry(
417-
response=BundleEntryResponse(
418-
status=response.statusCode, location=response.headers["Location"]
419-
)
420-
)
416+
BundleEntry(response=BundleEntryResponse(status=response.statusCode))
421417
for response in responses
422418
]
423419

0 commit comments

Comments
 (0)