Skip to content

Commit

Permalink
fix stories folder name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DantSu committed Mar 28, 2024
1 parent 58c5085 commit 8e09d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/MainEvents/Helpers/StoriesFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const
storyDirName = generateDirNameStory(md.title, md.uuid, md.age, md.category)

if (storyDirName !== d) {
console.log('Changement !', d, storyDirName)
fs.renameSync(storyPath, path.join(storiesPath, storyDirName))
d = storyDirName
}
Expand Down

0 comments on commit 8e09d55

Please sign in to comment.