From cd6d4e3c1cd69ded4b0371f1e213c24ce61254fa Mon Sep 17 00:00:00 2001
From: GJS <homelab.api@gmail.com>
Date: Mon, 30 Dec 2024 11:16:54 +0100
Subject: [PATCH] Refined: Clean up code formatting for `deleteSelected` method

- Removed JSDoc comment for the `deleteSelected` method `@returns {void}`.
- No functional changes made to the logic or behavior of the method.

modified: src/components/MonitorList.vue
---
 src/components/MonitorList.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue
index 06ea3f537..93a7577ff 100644
--- a/src/components/MonitorList.vue
+++ b/src/components/MonitorList.vue
@@ -342,7 +342,7 @@ export default {
          * Delete each selected monitor and update the UI once the deletion is complete.
          * This method initiates the deletion process for all selected monitors, updates
          * the user interface, and reloads the page to reflect the changes.
-         * @returns {void} - This function does not return any value.
+         * @returns {void}
          */
         deleteSelected() {
             // Iterate over each selected monitor's ID and delete it