More logs when fire decoding fails

This commit is contained in:
vjrj 2018-05-10 09:52:30 +02:00
parent 2d19778553
commit b7930eeb0e
2 changed files with 10 additions and 3 deletions

View file

@ -278,7 +278,7 @@ const FireContainer = withTracker(({ match }) => {
} else {
console.log('Seems a fire from enc hash');
fromHash = true;
subscription = Meteor.subscribe('fireFromHash', id);
subscription = Meteor.subscribe('fireFromHash', id, match.params);
}
// console.log(`Type of '${fireType}' fire, active: ${active}, archive: ${archive}, fromHash: ${fromHash}`);