More logs when fire decoding fails
This commit is contained in:
parent
2d19778553
commit
b7930eeb0e
2 changed files with 10 additions and 3 deletions
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue