Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/publicShareAuthService.js')
-rw-r--r--src/services/publicShareAuthService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/services/publicShareAuthService.js b/src/services/publicShareAuthService.js
index 0d044ee1d..98b7276c8 100644
--- a/src/services/publicShareAuthService.js
+++ b/src/services/publicShareAuthService.js
@@ -25,8 +25,8 @@ import { generateOcsUrl } from '@nextcloud/router'
/**
* Gets the public share auth conversation token for a given share token.
*
- * @param {String} shareToken the token of the share
- * @returns {String} the conversation token
+ * @param {string} shareToken the token of the share
+ * @return {string} the conversation token
* @throws {Exception} if the conversation token could not be got
*/
const getPublicShareAuthConversationToken = async function(shareToken) {