diff options
Diffstat (limited to 'core/src/utils/xhr-request.js')
-rw-r--r-- | core/src/utils/xhr-request.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/utils/xhr-request.js b/core/src/utils/xhr-request.js index b991ae875cf..5eaeb7e64d7 100644 --- a/core/src/utils/xhr-request.js +++ b/core/src/utils/xhr-request.js @@ -8,7 +8,7 @@ import { getRootUrl } from '@nextcloud/router' /** * * @param {string} url the URL to check - * @returns {boolean} + * @return {boolean} */ const isRelativeUrl = (url) => { return !url.startsWith('https://') && !url.startsWith('http://') |