Skip to content

Commit

Permalink
chore: ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Oct 2, 2024
1 parent d2e10ed commit 01cac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/api/account/[[name]]/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const GET: RequestHandler = async ({ fetch, params }) => {
network.client.v1.chain.get_account(params.name),
systemContract.table('delband').all({ scope: params.name }),
systemContract.table('rexbal').get(params.name),
systemContract.table('rexfund').get(params.name),
systemContract.table('rexfund').get(params.name),
loadBalances(network, params.name, fetch)
]);

Expand Down

0 comments on commit 01cac60

Please sign in to comment.