diff --git a/apps/user_status/src/store/userStatus.js b/apps/user_status/src/store/userStatus.js index 4b2035bb6e49d..f1910d2335420 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} */ async setStatusFromHeartbeat({ commit }, status) {