Added forgotten as const to messages

This commit is contained in:
Alexander Cerutti
2021-10-16 14:02:22 +02:00
parent c432b45b00
commit 875668ea63

View File

@@ -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.",