Skip to content

Commit 6634112

Browse files
skjnldsvartonge
andcommitted
Fix jsdoc
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
1 parent 38d2f97 commit 6634112

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/user_status/js/user-status-menu.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/js/user-status-menu.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/user_status/src/store/userStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const actions = {
264264
* @param {String} status.icon The icon
265265
* @param {Number} status.clearAt When to automatically clear the status
266266
* @param {Boolean} status.messageIsPredefined Whether or not the message is predefined
267-
* @param {string} status.messageId The id of the predefined message
267+
* @param {String} status.messageId The id of the predefined message
268268
* @returns {Promise<void>}
269269
*/
270270
async setStatusFromHeartbeat({ commit }, status) {

0 commit comments

Comments
 (0)