diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-06-17 10:38:03 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-06-17 10:45:23 +0200 |
commit | 66341120998032dd83e73e5a2a5737d35ea4566a (patch) | |
tree | 156642c5c4f5082d45554926073d236994d16f8f /apps/user_status/src | |
parent | 38d2f978a6d720b7bbeab70fe7841d13e206a740 (diff) | |
download | nextcloud-server-66341120998032dd83e73e5a2a5737d35ea4566a.tar.gz nextcloud-server-66341120998032dd83e73e5a2a5737d35ea4566a.zip |
Fix jsdoc
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r-- | apps/user_status/src/store/userStatus.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/store/userStatus.js b/apps/user_status/src/store/userStatus.js index 4b2035bb6e4..f1910d23354 100644 --- a/apps/user_status/src/store/userStatus.js +++ b/apps/user_status/src/store/userStatus.js @@ -264,7 +264,7 @@ const actions = { * @param {String} status.icon The icon * @param {Number} status.clearAt When to automatically clear the status * @param {Boolean} status.messageIsPredefined Whether or not the message is predefined - * @param {string} status.messageId The id of the predefined message + * @param {String} status.messageId The id of the predefined message * @returns {Promise<void>} */ async setStatusFromHeartbeat({ commit }, status) { |