lint: Re-run eslint --fix

This commit is contained in:
Richard Hansen 2021-01-29 01:14:03 -05:00
parent b02ab430fe
commit c1ef12b8da
3 changed files with 3 additions and 3 deletions

View file

@ -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);
}
};