remove filter

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-11-29 10:40:18 +01:00
parent f6d189ce29
commit 95b03aa5ac
1 changed files with 1 additions and 3 deletions

View File

@ -216,9 +216,7 @@ async function main(): Promise<void> {
for (const mangoAccount of mangoAccounts) {
console.log(`MangoAccount ${mangoAccount.publicKey}`);
if (mangoAccount.name === 'PnL Test') {
await debugUser(client, group, mangoAccount);
}
await debugUser(client, group, mangoAccount);
}
}