Live: fix typo in channel.ts (#45915)

recieved -> received
This commit is contained in:
Ikko Ashimine 2022-02-26 00:20:16 +09:00 committed by GitHub
parent f87bfdf2ff
commit c656a6bf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ export class CentrifugeLiveChannel<T = any> {
this.initalized = true; this.initalized = true;
const events: SubscriptionEvents = { const events: SubscriptionEvents = {
// Called when a message is recieved from the socket // Called when a message is received from the socket
publish: (ctx: PublicationContext) => { publish: (ctx: PublicationContext) => {
try { try {
if (ctx.data) { if (ctx.data) {