Update type to string.

This commit is contained in:
Matthew Stratford 2021-09-11 19:54:25 +01:00 committed by GitHub
parent a909a9eb89
commit a1f4bd0d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");