From ea24651ca019d25514742dd6057cd91159636e0c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 15 Feb 2024 19:59:34 +0100 Subject: [PATCH] fix lint --- backend/src/config/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index 2555a1730..0aed77583 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -129,8 +129,9 @@ if ( const federation = { FEDERATION_BACKEND_SEND_ON_API: process.env.FEDERATION_BACKEND_SEND_ON_API ?? '1_0', // ?? operator don't work here as expected - FEDERATION_VALIDATE_COMMUNITY_TIMER: - Number(process.env.FEDERATION_VALIDATE_COMMUNITY_TIMER ?? 60000) , + FEDERATION_VALIDATE_COMMUNITY_TIMER: Number( + process.env.FEDERATION_VALIDATE_COMMUNITY_TIMER ?? 60000, + ), FEDERATION_XCOM_SENDCOINS_ENABLED: process.env.FEDERATION_XCOM_SENDCOINS_ENABLED === 'true' ?? false, // default value for community-uuid is equal uuid of stage-3