chore: Minor fix

This commit is contained in:
iamsivin
2024-06-13 14:08:52 +05:30
parent dcbb045bcd
commit c1cc921425
@@ -46,6 +46,10 @@ class DashboardAudioNotificationHelper {
this.playAlertOnlyWhenHidden = !alwaysPlayAudioAlert;
this.alertIfUnreadConversationExist = alertIfUnreadConversationExist;
this.audioAlertTone = audioAlertTone;
getAlertAudio('', {
type: 'dashboard',
alertTone: this.audioAlertTone,
});
};
onAudioListenEvent = async () => {