From 8f7071ca428cc4023da7ce382a65ecd40f47156c Mon Sep 17 00:00:00 2001 From: Skillz Date: Mon, 18 May 2020 08:15:45 -0400 Subject: [PATCH] fmt --- module/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/client.ts b/module/client.ts index 1184f13c5..72ac230c7 100644 --- a/module/client.ts +++ b/module/client.ts @@ -52,5 +52,5 @@ export const updateChannelCache = (key: string, value: Channel) => { }; export function updateEventHandlers(newEventHandlers: EventHandlers) { - eventHandlers = newEventHandlers + eventHandlers = newEventHandlers; }