api/match-action: clean up audio action

This commit is contained in:
wukko
2024-08-22 22:45:26 +06:00
parent b3d846a1e3
commit 102dec4a84
6 changed files with 31 additions and 42 deletions

View File

@@ -1,5 +1,4 @@
const genericUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36";
const supportedAudio = ["mp3", "ogg", "wav", "opus"];
const env = {
apiURL: process.env.API_URL || '',
@@ -32,7 +31,5 @@ const env = {
export {
env,
genericUserAgent,
supportedAudio,
}