AdminSettings: update types

Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
This commit is contained in:
Sean Molenaar 2022-12-22 13:23:15 +01:00 committed by Benjamin Brahmer
parent aab2aae985
commit 61ef08d6b8
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ import confirmPassword from '@nextcloud/password-confirmation'
/**
*
* @param {function} func - The callback function
* @param {int} wait - Time to wait in miliseconds
* @param {function()} func - The callback function
* @param {number} wait - Time to wait in miliseconds
*/
function debounce(func, wait) {
let timeout