Typo
This commit is contained in:
parent
1ecda93de9
commit
3989e2642b
@ -109,7 +109,7 @@ export default class Manager {
|
||||
let result = false;
|
||||
|
||||
try {
|
||||
result = this.subscriptions[subscriptionId](error, data);
|
||||
result = this.subscriptions[subscriptionId].callback(error, data);
|
||||
} catch (error) {
|
||||
console.error(`Unable to update callback for subscriptionId ${subscriptionId}`, error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user