mirror of
https://github.com/kennethnym/aris.git
synced 2026-04-14 05:41:17 +01:00
When updateSourceCredentials was called for a source not yet in the active session (e.g. because credentials were missing at config time), the source was never instantiated despite being enabled in the DB. Now, if the source row is enabled but absent from the session, the source is added instead of skipped. Co-authored-by: Ona <no-reply@ona.com>