Skip to content

Commit

Permalink
Don't need => 0
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Jul 31, 2023
1 parent ee0131e commit 7bad8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ async function testPdf(pdfPath) {
return field_objects;
}

testPdf(pdfPath).then((objects) => 0);
testPdf(pdfPath);

0 comments on commit 7bad8a9

Please sign in to comment.