Movd another PKPass.from message to messages

This commit is contained in:
Alexander Cerutti
2021-10-17 18:55:44 +02:00
parent 852ea53c77
commit f17daa0a45
3 changed files with 7 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ export default class PKPass extends Bundle {
if (!source) {
throw new TypeError(
`Cannot create PKPass from source: source is '${source}'`,
formatMessage(Messages.FROM.MISSING_SOURCE, source),
);
}