Skip to content

Commit

Permalink
Update create-new-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 29, 2023
1 parent 08cac07 commit 280a504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const createIssue = async (owner, repo, inactiveLists) => {
});
let thisIssueNumber = thisIssuePredict['data'][0]['number'] + 1

fs.readFile('inactive-members.md', 'utf-8', (err, data) => {
fs.readFile('./inactive-members.md', 'utf-8', (err, data) => {
if (err) throw err;

// Converting Raw Buffer to text
Expand Down

0 comments on commit 280a504

Please sign in to comment.