Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Jan 31, 2024
1 parent 50d9016 commit c642da7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/setup/save-asset-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ const saveAssetFiles = async (assets, db) => {
);
process.exit(1);
}
// if (!process.env.GATSBY_MANIFEST_PATH || !process.env.GATSBY_MANIFEST_PATH.match(/\.zip$/)) {
// filenames.forEach((filename) => imageWrites.push(saveFile(filename, Buffer.from(buffer, 'base64'))));
// } else {
filenames.forEach((filename) => imageWrites.push(saveFile(filename, buffer)));
// }
}
}
await Promise.all(imageWrites);
Expand Down

0 comments on commit c642da7

Please sign in to comment.