Skip to content

Commit

Permalink
fix crash caused my oidc merge
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 committed Mar 10, 2024
1 parent 05fca6c commit 4b6da03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webserver.js
Expand Up @@ -5915,8 +5915,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
zipfile.readEntry();
});
});
});

} else {
// Normal file entry
zipfile.openReadStream(entry, function (err, readStream) {
Expand Down

0 comments on commit 4b6da03

Please sign in to comment.