Skip to content

Commit

Permalink
Minor Patch for poll.js - capitalization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikecerc committed Oct 30, 2021
1 parent 656dcb7 commit 8b22e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/moderator utilities/poll.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ module.exports = {

displayArray.push(displayObj);
fs.writeFile(
"./json/DisplayRequest.json",
"./json/displayRequest.json",
JSON.stringify(displayArray, null, 2),
(err) => {
if (err) {
Expand Down

0 comments on commit 8b22e13

Please sign in to comment.