diff --git a/src/service-routing.ts b/src/service-routing.ts index 2bac9fe..9231b33 100644 --- a/src/service-routing.ts +++ b/src/service-routing.ts @@ -45,7 +45,9 @@ function normalizeLeaseRow( : null, arbiter_service_id: row.arbiter_service_id ? normalizeServiceId(row.arbiter_service_id) - : null, + : isArbiterEnabled() + ? ARBITER_SERVICE_ID + : null, activated_at: row.activated_at, reason: row.reason, explicit,