From 4991b7042520752e01da4f47463eb2b612841f74 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 24 Oct 2022 17:32:35 -0600 Subject: [PATCH] fix: add missing prop to cached command --- src/config/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/config.ts b/src/config/config.ts index 5a1c9421..f24a335e 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -751,6 +751,7 @@ export async function toCached(c: Command.Class, plugin?: IPlugin): Promise ![...stdKeys, ...ignoreCommandProperties].includes(property)) const additionalProperties: any = {}