Skip to content

Commit

Permalink
Update log10/feedback/feedback.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 committed Feb 13, 2024
1 parent 10817f8 commit ec28040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log10/feedback/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, log10_config: Log10Config = None):
def _post_request(self, url: str, json_payload: dict) -> httpx.Response:
headers = {
"x-log10-token": self._log10_config.token,
"x-log10-organization": self._log10_config.org_id,
"x-log10-organization-id": self._log10_config.org_id,
"Content-Type": "application/json",
}
json_payload["organization_id"] = self._log10_config.org_id
Expand Down

0 comments on commit ec28040

Please sign in to comment.