summaryrefslogtreecommitdiffstats
path: root/src/components/AdminSettings.vue
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2023-12-29 19:14:19 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-01-02 11:16:39 +0200
commit38af3a742afda7c2be3940823d8960b7211f9814 (patch)
tree70c8099bc2c64e13483c6d9f022b36e45adeb227 /src/components/AdminSettings.vue
parentb226b6f076e5589255e7122978c0e109f586a6b7 (diff)
fix: ESLint errors
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'src/components/AdminSettings.vue')
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index 881b57d27..f8922b57d 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -121,7 +121,7 @@ import { confirmPassword } from '@nextcloud/password-confirmation'
* Debounce helper for method
* TODO: Should we remove this and use library?
*
- * @param {function()} func - The callback function
+ * @param {Function} func - The callback function
* @param {number} wait - Time to wait in miliseconds
*/
function debounce(func, wait) {