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 authored Jun 17, 2021
1 parent 38d2f97 commit 19a6d6d
Showing 1 changed file with 1 addition and 1 deletion.
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 19a6d6d

Please sign in to comment.