cleaned up node server
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export const mergePDFs = async (snapshots, PDFLib) => {
|
||||
|
||||
import PDFLib from 'pdf-lib';
|
||||
|
||||
export const mergePDFs = async (snapshots) => {
|
||||
|
||||
const mergedPdf = await PDFLib.PDFDocument.create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user