We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb1eb0 commit 8e01696Copy full SHA for 8e01696
upload-api/src/validators/sitecore/index.ts
@@ -34,7 +34,7 @@ async function sitecoreValidator({ data }: props) {
34
}
35
36
// If we have nested zip files, we need to extract and check them
37
- if (hasNestedZip && nestedZipFiles.length > 0) {
+ if (hasNestedZip) {
38
const JSZip = require('jszip');
39
40
for (const nestedZipPath of nestedZipFiles) {
0 commit comments