Skip to content

Commit

Permalink
removes superfluous trailing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyzord committed Mar 26, 2021
1 parent 54128ed commit 2056141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-utils/client/lib/MessageAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Meteor.startup(async function() {
message.end = message.start + substring.length;

let messages = $input.data('reply') || [];
messages = addMessageToList(messages, message, substring);
messages = addMessageToList(messages, message);

$input
.focus()
Expand Down

0 comments on commit 2056141

Please sign in to comment.