remove filter
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
f6d189ce29
commit
95b03aa5ac
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue