Removed warnings as exported structure

This commit is contained in:
alexandercerutti
2018-09-12 11:35:17 +02:00
parent 4f83b18133
commit ad08104b1e
2 changed files with 2 additions and 4 deletions

View File

@@ -8,6 +8,4 @@ let errors = {
INVALID_CERTS: "Invalid certificates got loaded. Please provide WWDR certificates and developer signer certificate and key (with passphrase)."
};
let warnings = {};
module.exports = { errors, warnings };
module.exports = errors;