style: remove redundant space

This commit is contained in:
Shivam Mishra
2026-03-11 13:27:28 +05:30
parent 17a6fa6c1d
commit 0893ff3548
5 changed files with 1 additions and 7 deletions
@@ -33,7 +33,6 @@ export const getAlertAudio = async (baseUrl = '', requestContext) => {
.then(response => response.arrayBuffer())
.then(buffer => {
audioCtx.decodeAudioData(buffer).then(playSound);
return new Promise(res => res());
})
.catch(() => {