We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c8779 commit 138a782Copy full SHA for 138a782
1 file changed
src/service.ts
@@ -250,7 +250,7 @@ export class Service {
250
/**
251
* Given an event object, find embed with matching type and id and invoke its handleEvent method with event.
252
*/
253
- handleEvent(event: IEvent<any>): void {
+ private handleEvent(event: IEvent<any>): void {
254
const embed = utils.find(embed => {
255
return (embed.config.type === event.type
256
&& embed.config.uniqueId === event.id);
0 commit comments