mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
f87bfdf2ff
commit
c656a6bf1e
@ -61,7 +61,7 @@ export class CentrifugeLiveChannel<T = any> {
|
||||
this.initalized = true;
|
||||
|
||||
const events: SubscriptionEvents = {
|
||||
// Called when a message is recieved from the socket
|
||||
// Called when a message is received from the socket
|
||||
publish: (ctx: PublicationContext) => {
|
||||
try {
|
||||
if (ctx.data) {
|
||||
|
Loading…
Reference in New Issue
Block a user