Skip to content

Commit

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

0 comments on commit 329185f

Please sign in to comment.