Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed Apr 10, 2024
1 parent 75b5114 commit a8fb2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/fetchFolders.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function fetchFolders() {
}

function generateJSONFile(folders) {
const content = JSON.stringify(folders, null, 2);
// const content = JSON.stringify(folders, null, 2);
const outputPath = path.join(__dirname, 'static', 'folderList.json');
const outputDir = path.dirname(outputPath);

Expand Down

0 comments on commit a8fb2a7

Please sign in to comment.