mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
@@ -54,5 +54,5 @@ client.histogram('my_histogram', 42, ['tag'], next);
|
||||
client.histogram('my_histogram', 42, 0.25, ['tag'], next);
|
||||
|
||||
client.socket.on('error', (error) => {
|
||||
return console.error("Error in socket: ", error);
|
||||
console.error("Error in socket: ", error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user