api/match-action: clean up audio action
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user