From 60c94cca3d20bfbbd12584b3edf3e50c203cf005 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Fri, 3 Nov 2023 07:39:21 +0300 Subject: [PATCH] Remove `handleError` from returns Signed-off-by: Olga Bulat --- .../src/components/VGlobalAudioSection/VGlobalAudioSection.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/VGlobalAudioSection/VGlobalAudioSection.vue b/frontend/src/components/VGlobalAudioSection/VGlobalAudioSection.vue index 43404913891..8a8e0bc5f48 100644 --- a/frontend/src/components/VGlobalAudioSection/VGlobalAudioSection.vue +++ b/frontend/src/components/VGlobalAudioSection/VGlobalAudioSection.vue @@ -141,7 +141,6 @@ export default defineComponent({ return { audio, - handleError, handleClose, } },