Skip to content

Commit 788f754

Browse files
committed
chore: run lintfix PE-4841
1 parent ab6720c commit 788f754

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/test_helpers.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ export async function mineArLocalBlock(arweave: Arweave): Promise<void> {
5555
}
5656

5757
export async function getTxDataFromGateway(arweave: Arweave, txId: TransactionID): Promise<Buffer> {
58-
const { data } =
59-
await arweave.api.get<Buffer>(`${txId}`, {
60-
responseType: 'arraybuffer'
61-
})
62-
return data;
58+
const { data } = await arweave.api.get<Buffer>(`${txId}`, {
59+
responseType: 'arraybuffer'
60+
});
61+
return data;
6362
}
6463

6564
export async function getMetaDataJSONFromGateway(

0 commit comments

Comments
 (0)