From f7609ad9cd90e6474c430578dc843c0e0a605da9 Mon Sep 17 00:00:00 2001 From: ayntee Date: Mon, 16 Nov 2020 17:35:31 +0400 Subject: [PATCH] Update src/handlers/mod.ts Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- src/handlers/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/mod.ts b/src/handlers/mod.ts index e726c50ba..23ecc45b2 100644 --- a/src/handlers/mod.ts +++ b/src/handlers/mod.ts @@ -195,7 +195,7 @@ export let handlers = { export type Handlers = typeof handlers; -export function updateHandlers(newHandlers: Handlers) { +export function updateHandlers(newHandlers: Partial) { handlers = { ...handlers, ...newHandlers,