mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
SonarCloud new-code findings: - combo.ts / sync-models route: `if (cachedPromise)` -> `!= null` (intentional in-flight-promise reuse; explicit existence check, no behaviour change). - ObsidianSourceCard WebDAV URL: inherit window.location.protocol instead of hard-coding http:// (https when behind a TLS proxy) — clears the http hotspot.