mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 20:52:15 +03:00
The /api/providers/import route called createProviderConnection directly, which upserts-by-name for apikey auth — so re-imported or same-batch duplicate rows silently overwrote existing credentials while still reporting 'created'. Mirror the sibling /bulk route's resolveBulkNameCollisions guard.