mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Removed warnings as exported structure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user