mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
b02ab430fe
commit
c1ef12b8da
3 changed files with 3 additions and 3 deletions
|
@ -1217,7 +1217,7 @@ const handleChangesetRequest = async (socket, message) => {
|
|||
socket.json.send({type: 'CHANGESET_REQ', data});
|
||||
} catch (err) {
|
||||
console.error(`Error while handling a changeset request for ${padIds.padId}`,
|
||||
err.toString(), message.data);
|
||||
err.toString(), message.data);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue