Fix Seerr transport payload forwarding
Magent CI/CD / verify (push) Canceled after 9m15s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-08-31 15:14:32 +12:00
parent 547ed754e6
commit 372f4a1bfc
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class ApiClient:
url,
headers=self.headers(),
params=params,
json=payload,
payload=payload,
)
response.raise_for_status()
duration_ms = round((time.perf_counter() - started_at) * 1000, 2)