Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
  • Loading branch information
skjnldsv and artonge committed Jun 17, 2021
1 parent 38d2f97 commit 6634112
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-menu.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/user_status/src/store/userStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6634112

Please sign in to comment.