From 1a23a0071a1c220d0e70c99f9d71904f0635fad0 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 11 Jun 2022 17:46:22 +0800 Subject: + small bugfixes --- utils/delayUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/delayUtils.js b/utils/delayUtils.js index 4c66d0f..6604203 100644 --- a/utils/delayUtils.js +++ b/utils/delayUtils.js @@ -22,7 +22,7 @@ if (!global.delayThingSoopy) { }) global.delayThingSoopy = { - delay + delay: delay } } -- cgit