mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
@@ -16,7 +16,7 @@ new PlugAPI({
|
||||
if (data.type === "emote") {
|
||||
console.log(data.from + data.message);
|
||||
} else {
|
||||
console.log(data.from + "> " + data.message);
|
||||
console.log(`${data.from}> ${data.message}`);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user