Skip to content

Commit 86e833f

Browse files
committed
style: 💄 fix linter errors
1 parent dd7bbee commit 86e833f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/__demos__/json-crdt-server/main-http1.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ const main = async () => {
1818
console.log(server + '');
1919
};
2020

21+
// tslint:disable-next-line no-console
2122
main().catch(console.error);

src/__demos__/json-crdt-server/main-uws.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ const main = async () => {
2121
console.log(app + '');
2222
};
2323

24+
// tslint:disable-next-line no-console
2425
main().catch(console.error);

0 commit comments

Comments
 (0)