mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Fix companion patch typo
This commit is contained in:
@@ -30,7 +30,7 @@ index 3990214..01dda24 100644
|
||||
),
|
||||
}).strict().default({}),
|
||||
+ max_proxy_retries: z.number().default(
|
||||
+ Number(Deno.env.get("NETWORKING_MAX_PROXY_RETIRES") || 3),
|
||||
+ Number(Deno.env.get("NETWORKING_MAX_PROXY_RETRIES") || 3),
|
||||
+ ),
|
||||
}).strict().default({}),
|
||||
jobs: z.object({
|
||||
|
||||
Reference in New Issue
Block a user