From 875668ea6301865c28c43fd660700bca2dd11efc Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 16 Oct 2021 14:02:22 +0200 Subject: [PATCH] Added forgotten as const to messages --- src/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.ts b/src/messages.ts index bbe1c14..f88f300 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -66,7 +66,7 @@ export const CLOSE = { "Personalization file '%s' have been removed from the bundle as the requirements for personalization are not met.", MISSING_TRANSIT_TYPE: "Cannot proceed creating the pass because transitType is missing on your boardingPass.", -}; +} as const; export const MODELS = { DIR_NOT_FOUND: "Cannot import model: directory %s not found.",