Nick/fix topmakers error (#362)
* add fallback account fetch to topMakers * remove accidental inclusion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user