Skip to content

Commit 5762b2d

Browse files
committed
typescript chokes on the new type definition
1 parent 5377b6c commit 5762b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/csv-body.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default async function csvBody(ctx: Context, body: any) {
1111
` <h2>Contents</h2>
1212
<table class="body-csv">
1313
`;
14+
// @ts-ignore
1415
const data = await parse(body);
1516
let first = true;
1617

0 commit comments

Comments
 (0)