diff --git a/samples/subscribe-all-from-events.js b/samples/subscribe-all-from-events.js index 3b772a8..309bc4b 100644 --- a/samples/subscribe-all-from-events.js +++ b/samples/subscribe-all-from-events.js @@ -15,7 +15,7 @@ const eventAppeared = (subscription, event) => console.log("Event received", res const subscriptionDropped = (subscription, reason, error) => console.log("Subscription dropped", reason, error); -const libeProcessingStarted = () => console.log("Live processing started."); +const liveProcessingStarted = () => console.log("Live processing started."); const credentials = new client.UserCredentials("admin", "changeit");