mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Removed useless else
This commit is contained in:
@@ -462,10 +462,6 @@ export default class PKPass extends Bundle {
|
|||||||
console.warn(
|
console.warn(
|
||||||
"Cannot find a valid type in pass.json. You won't be able to set fields until you won't set explicitly one.",
|
"Cannot find a valid type in pass.json. You won't be able to set fields until you won't set explicitly one.",
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
console.warn(
|
|
||||||
"Cannot find a new valid type in pass.json. Fields have not been resetted.",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
|||||||
Reference in New Issue
Block a user