mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
chore: remove repetitive words (#6290)
Signed-off-by: reallylowest <sunjinping@outlook.com>
This commit is contained in:
parent
10ef48a199
commit
ed1c5dd184
4 changed files with 5 additions and 5 deletions
|
@ -355,7 +355,7 @@ exports.getChatHistory = async (padID: string, start:number, end:number) => {
|
|||
throw new CustomError('end is higher than the current chatHead', 'apierror');
|
||||
}
|
||||
|
||||
// the the whole message-log and return it to the client
|
||||
// the whole message-log and return it to the client
|
||||
const messages = await pad.getChatMessages(start, end);
|
||||
|
||||
return {messages};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue