From a1f4bd0d858055bda3731a9b64b8a0f6f7056071 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 11 Sep 2021 19:54:25 +0100 Subject: [PATCH] Update type to string. --- src/mixer/audio.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixer/audio.ts b/src/mixer/audio.ts index c33e5f2..366c7f4 100644 --- a/src/mixer/audio.ts +++ b/src/mixer/audio.ts @@ -7,8 +7,8 @@ import RegionsPlugin from "wavesurfer.js/dist/plugin/wavesurfer.regions.min.js"; import StereoAnalyserNode from "stereo-analyser-node"; -let NewsEndCountdown: any; -let NewsIntro: any; +let NewsEndCountdown: string; +let NewsIntro: string; if (!process.env.REACT_APP_BAPSICLE_INTERFACE) { NewsEndCountdown = require("../assets/audio/NewsEndCountdown.wav"); NewsIntro = require("../assets/audio/NewsIntro.wav");