lint & format

This commit is contained in:
thrishank
2025-01-05 13:08:01 +05:30
parent fabcf636c4
commit 8d2d65904a
2 changed files with 4 additions and 3 deletions

View File

@@ -540,7 +540,8 @@ export class SolanaAgentKit {
size: number;
}> {
return closeEmptyTokenAccounts(this);
}
async fetchTokenReportSummary(mint: string): Promise<TokenCheck> {
return fetchTokenReportSummary(mint);
}