mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 00:25:30 +00:00
Removed PKPass.pack to be async and moved an error to messages
This commit is contained in:
@@ -78,6 +78,10 @@ export const BUNDLE = {
|
||||
CLOSED: "Cannot add file. Bundle is closed.",
|
||||
} as const;
|
||||
|
||||
export const PACK = {
|
||||
INVALID: "Cannot pack passes. Only PKPass instances allowed",
|
||||
} as const;
|
||||
|
||||
/**
|
||||
* Creates a message with replaced values
|
||||
* @param messageName
|
||||
|
||||
Reference in New Issue
Block a user