Nick/fix topmakers error (#362)

* add fallback account fetch to topMakers

* remove accidental inclusion
This commit is contained in:
lowkeynicc
2025-03-27 12:22:54 -04:00
committed by GitHub
parent f0bcb14aa0
commit 0690be72bd
2 changed files with 17 additions and 2 deletions

View File

@@ -410,7 +410,8 @@ const main = async (): Promise<void> => {
if (accountFlag) {
const topAccounts = await getRawAccountFromId(
userMapClient,
topMakers
topMakers,
driftClient.connection
);
res.end(JSON.stringify(topAccounts));
return;