diff --git a/imports/api/Fires/server/publications.js b/imports/api/Fires/server/publications.js index 9da7ad4..3862beb 100644 --- a/imports/api/Fires/server/publications.js +++ b/imports/api/Fires/server/publications.js @@ -147,7 +147,7 @@ export function fireFromHash(fireEnc, params) { // const unsealed = Promise.await(urlEnc.decrypt(fireEnc)); const unsealed = Promise.await(unsealW(fireEnc)); if (unsealed === undefined) { - throw Error(`Fail to unseal ${fireEnc}`); + throw Error(`Fail to unseal '${fireEnc}'`); } const w = unsealed.when; unsealed.when = new Date(w);