Skip to content

Commit 507a72c

Browse files
author
Wes Biggs
committed
1 parent a28ca1a commit 507a72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { ParquetWriter } from "@dsnp/parquetjs";
5555

5656
const [parquetSchema, writerOptions] = parquet.fromFrequencySchema("broadcast");
5757
const writer = await ParquetWriter.openFile(parquetSchema, "./file.parquet", writerOptions);
58-
writer.appendRow({
58+
await writer.appendRow({
5959
announcementType: 2,
6060
contentHash: "0x1234567890abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
6161
fromId: 78187493520,

0 commit comments

Comments
 (0)