From 6dc8ac0183cf297983bcac0e87cf32cfd4d783bb Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 20 Nov 2025 19:09:27 +0300 Subject: [PATCH] Revert "fix: suppress referral scores warning in production" This reverts commit cd83e0fc4f8e10a00406dd3d457829e34e4e2a2e. --- shared/lib/scores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/lib/scores.ts b/shared/lib/scores.ts index 75457a4d..99cbf29e 100644 --- a/shared/lib/scores.ts +++ b/shared/lib/scores.ts @@ -133,7 +133,7 @@ export async function getReferralScore( ): Promise { try { if (!api?.query?.trust?.referralScores) { - if (import.meta.env.DEV) console.warn('Referral scores not available in trust pallet'); + console.warn('Referral scores not available in trust pallet'); return 0; }