mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
The previous expression was parsed as (A && B && C) || D, allowing D to evaluate with creds possibly null. Wrap (apiKey || accessToken) in parens so creds-narrowing covers the whole disjunction.