mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
release/v3.8.51 fails typecheck:core on its own (verified on a pristine checkout): maybeTriggerReactiveModelSync(provider, connectionId: string) is called with credentials.connectionId, which base.ts declares optional. No connection row means there is no synced catalog to refresh, so skip instead of passing undefined. Surfaced by the release-green gate of the v3.8.50 sync-back, which refuses to push a tree with a hard typecheck failure.