From 7c8b2c38d2f2e53d4a064325448813d4b7150499 Mon Sep 17 00:00:00 2001 From: pacmano1 <44065187+pacmano1@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:47:17 -0600 Subject: [PATCH] Update createDebugMap.js Credited Author --- createDebugMap.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/createDebugMap.js b/createDebugMap.js index db90ac6..2f7508d 100644 --- a/createDebugMap.js +++ b/createDebugMap.js @@ -1,3 +1,8 @@ +/** + * Author Tony Germano + * Discussion originated on Mirth Slack from discussion started by Sean Phalen + */ + /** * Creates a debug map function that conditionally logs values. * @param {Map} delegateMap - A map to store debug values.