mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Added forgotten as const to messages
This commit is contained in:
@@ -66,7 +66,7 @@ export const CLOSE = {
|
|||||||
"Personalization file '%s' have been removed from the bundle as the requirements for personalization are not met.",
|
"Personalization file '%s' have been removed from the bundle as the requirements for personalization are not met.",
|
||||||
MISSING_TRANSIT_TYPE:
|
MISSING_TRANSIT_TYPE:
|
||||||
"Cannot proceed creating the pass because transitType is missing on your boardingPass.",
|
"Cannot proceed creating the pass because transitType is missing on your boardingPass.",
|
||||||
};
|
} as const;
|
||||||
|
|
||||||
export const MODELS = {
|
export const MODELS = {
|
||||||
DIR_NOT_FOUND: "Cannot import model: directory %s not found.",
|
DIR_NOT_FOUND: "Cannot import model: directory %s not found.",
|
||||||
|
|||||||
Reference in New Issue
Block a user