From 7c5fac67edf4e265176d57b714bd21cdc8c8aa7d Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 11 Mar 2022 12:58:22 +0100 Subject: move requestbuffer into request and fix preanims --- webAO/utils/getAnimLength.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/utils') 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. -- cgit