Skip to content

Commit

Permalink
fix(Vuex, chat, sendAttachment): fix files param type
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Sep 17, 2024
1 parent 74b0689 commit 0eea02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/chat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ const actions = {
*
* @param {string} message
* @param {string} recipientId
* @param {File[]} files
* @param {FileData[]} files
* @param {string} replyToId Optional
* @returns {Promise}
*/
Expand Down

0 comments on commit 0eea02a

Please sign in to comment.