Skip to content

Commit

Permalink
build: updates whitelist boolean case (#1281)
Browse files Browse the repository at this point in the history
matthew-garrett authored Nov 25, 2024
1 parent 5187565 commit 4687897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notionable/src/global/sagas/on-wallet-connect.ts
Original file line number Diff line number Diff line change
@@ -314,7 +314,7 @@ async function updateWalletTracking(
TotalNotionalBalance: balanceData.notionalBalance,
TotalBalance: totalBalance,
DeBankNetWorth: debankNetWorth,
isOnWhitelist: isStarterBoostUser,
IsOnWhitelist: isStarterBoostUser,
IsLender:
lendingProtocols && lendingProtocols.length > 0 ? isLender : undefined,
LendingProtocols: lendingProtocols,

0 comments on commit 4687897

Please sign in to comment.