Skip to content

Commit

Permalink
deleted path require
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 8, 2024
1 parent 329185f commit 1ac46e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/helpers/npm-deps/create-report-issues.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// NOTE: these cant be imports as they are outside a module
const path = require("path");
const outputText = require(path.resolve(__dirname, `../../../outputText.json`));
const updateIssueAndComment = import(
"../github-api/update-issue-and-comment.mjs"
Expand Down

0 comments on commit 1ac46e3

Please sign in to comment.