chore: remove unused createRequire import from generate-pdf.post.js
Some checks failed
Code Analysis and Production Deploy / analyze (push) Successful in 2m45s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 1m58s
Code Analysis and Production Deploy / analyze (pull_request) Failing after 13s
Require Package Version Change / check (pull_request) Failing after 8s
Code Analysis and Production Deploy / deploy-production (pull_request) Has been skipped
Code Analysis and Production Deploy / deploy-test (pull_request) Has been skipped

This commit is contained in:
Torsten Schulz (local)
2026-05-20 12:27:48 +02:00
parent cc253c24db
commit 02ee4af49d

View File

@@ -1,4 +1,3 @@
import { createRequire } from 'module'
import { exec } from 'child_process'
import { promisify } from 'util'
import fs from 'fs/promises'