diff --git a/hifo/index.js b/hifo/index.js index 40964a7..7162d6e 100644 --- a/hifo/index.js +++ b/hifo/index.js @@ -190,7 +190,7 @@ const createPDF = async () => { const numPages = Math.ceil(maxTxs / 14) for (let i = 0; i < numPages; i++) { - const blank8949Bytes = fs.readFileSync('../2022-8949.pdf') + const blank8949Bytes = fs.readFileSync('../2022-f8949.pdf') const blank8949 = await PDFDocument.load(blank8949Bytes) const form = blank8949.getForm() const start = i * 14