From 72e68d8462525d21a685eecab5e1d42e6150c335 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 13 Sep 2021 14:08:20 -0400 Subject: [PATCH] Simplify type --- utils/GunSmith/GunSmith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/GunSmith/GunSmith.js b/utils/GunSmith/GunSmith.js index 23f4a8be..276c5ce5 100644 --- a/utils/GunSmith/GunSmith.js +++ b/utils/GunSmith/GunSmith.js @@ -38,7 +38,7 @@ const idToLoadListener = {} /** * Path to pending puts. Oldest to newest - * @type {Record} + * @type {Record} */ const pendingPuts = {}