diff options
Diffstat (limited to 'apps/user_status/src/services/statusService.js')
-rw-r--r-- | apps/user_status/src/services/statusService.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/src/services/statusService.js b/apps/user_status/src/services/statusService.js index fcaf2ef9902..6504411c996 100644 --- a/apps/user_status/src/services/statusService.js +++ b/apps/user_status/src/services/statusService.js @@ -21,7 +21,7 @@ const fetchCurrentStatus = async () => { /** * Fetches the current user-status * - * @param {string} userId + * @param {string} userId Id of the user to fetch the status * @return {Promise<object>} */ const fetchBackupStatus = async (userId) => { @@ -89,7 +89,7 @@ const clearMessage = async () => { /** * Revert the automated status * - * @param {string} messageId + * @param {string} messageId ID of the message to revert * @return {Promise<object>} */ const revertToBackupStatus = async (messageId) => { |