mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-20 04:43:54 +00:00
Remove unneeded parameter on method call
This commit is contained in:
parent
28bf024990
commit
0824af05b7
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ schema.statics.toJSONCleanChat = async function groupToJSONCleanChat (group, use
|
|||
await getGroupChat(group);
|
||||
}
|
||||
|
||||
group.translateSystemMessages(group, user);
|
||||
group.translateSystemMessages(user);
|
||||
|
||||
let toJSON = group.toJSON();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue