aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-11 12:58:22 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-11 12:58:22 +0100
commit7c5fac67edf4e265176d57b714bd21cdc8c8aa7d (patch)
tree3c16a41c3a7abc5c2e31f69388afa9f931428764 /webAO/utils
parenta8e26dce73b694aeeefc0be52147a36ced5975c9 (diff)
move requestbuffer into request and fix preanims
Diffstat (limited to 'webAO/utils')
-rw-r--r--webAO/utils/getAnimLength.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/utils/getAnimLength.js b/webAO/utils/getAnimLength.js
index e64703f..5b24e84 100644
--- a/webAO/utils/getAnimLength.js
+++ b/webAO/utils/getAnimLength.js
@@ -1,5 +1,6 @@
import calculatorHandler from './calculatorHandler';
import fileExists from './fileExists.js';
+import requestBuffer from '../services/request.js';
/**
* Gets animation length. If the animation cannot be found, it will
* silently fail and return 0 instead.