From 1cbb58e8e08120faeb21d6edd099ecf5aeadcae3 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 21 Jun 2023 10:25:10 -0700 Subject: [PATCH] comment --- web3_proxy/src/frontend/users/referral.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/web3_proxy/src/frontend/users/referral.rs b/web3_proxy/src/frontend/users/referral.rs index c5c3c926..f8ad8590 100644 --- a/web3_proxy/src/frontend/users/referral.rs +++ b/web3_proxy/src/frontend/users/referral.rs @@ -196,6 +196,7 @@ pub async fn user_shared_referral_stats( // Start inserting json's into this out.push(info); } else { + // TODO: i don't think we want a warn. i think we want to change the query to return the data differently warn!("no referral record for referrer: {:#?}", referrer); } }