Skip to content

Commit

Permalink
chore: change jsdoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeet-dhandha committed Jul 20, 2023
1 parent db668d3 commit 229a5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ function removeEmojiReaction(reportID, reportActionID, emoji) {
* Calls either addEmojiReaction or removeEmojiReaction depending on if the current user has reacted to the report action.
* Uses the NEW FORMAT for "emojiReactions"
* @param {String} reportID
* @param {String} reportAction
* @param {Object} reportAction
* @param {Object} reactionObject
* @param {Object} existingReactions
* @param {Number} [paramSkinTone]
Expand Down

0 comments on commit 229a5d3

Please sign in to comment.