Skip to content

Commit

Permalink
Update log10/feedback/feedback_task.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Tran <17498395+kxtran@users.noreply.github.com>
  • Loading branch information
wenzhe-log10 and kxtran authored Feb 13, 2024
1 parent ec28040 commit 933e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log10/feedback/feedback_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _post_request(self, url: str, json_payload: dict) -> httpx.Response:
headers = {
"x-log10-token": self._log10_config.token,
"Content-Type": "application/json",
"x-log10-organization": self._log10_config.org_id,
"x-log10-organization-id": self._log10_config.org_id,
}
json_payload["organization_id"] = self._log10_config.org_id
try:
Expand Down

0 comments on commit 933e8f3

Please sign in to comment.