mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
fix: duplex and 2fa refresh
This commit is contained in:
@ -27,6 +27,7 @@ const posthogProxy = async (request: Request) => {
|
||||
|
||||
if (!['GET', 'HEAD'].includes(request.method)) {
|
||||
fetchOptions.body = request.body;
|
||||
// @ts-expect-error - It should exist
|
||||
fetchOptions.duplex = 'half';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user