From aa3f47188cc2bf879d573e377057f1d2f30ed833 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 21 Jun 2021 22:43:05 -0600 Subject: [PATCH] commandDispatcher: fix edit support --- src/lib/commandDispatcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commandDispatcher.js b/src/lib/commandDispatcher.js index 76ed065..4f712df 100644 --- a/src/lib/commandDispatcher.js +++ b/src/lib/commandDispatcher.js @@ -118,8 +118,8 @@ async function CommandDispatcher(msg) { }); }); } + msg.hasRan = true; } - msg.hasRan = true; } }