Skip to content

Commit

Permalink
chore: remove final unused var guided curate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 31, 2025
1 parent 8d57596 commit 1a21ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ const guidedCreateManifestFilesAndAddToDatasetStructure = async () => {
window.fs.emptyDirSync(window.guidedManifestFilePath);

const guidedManifestData = window.sodaJSONObj["guided-manifest-file-data"];
for (const [highLevelFolder, manifestData] of Object.entries(guidedManifestData)) {
for (const [highLevelFolder, _] of Object.entries(guidedManifestData)) {
let manifestJSON = window.processManifestInfo(
guidedManifestData[highLevelFolder]["headers"],
guidedManifestData[highLevelFolder]["data"]
Expand Down

0 comments on commit 1a21ea4

Please sign in to comment.