Skip to content

Commit ba73c5d

Browse files
author
kamil.mysliwiec
committed
ci(fix) travis build fix
1 parent 61c2085 commit ba73c5d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

example/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const microservice = app.connectMicroservice({
88
transport: Transport.TCP,
99
port: 5667,
1010
});
11-
1211
app.startAllMicroservices(() => console.log('All microservices are listening...'));
1312
app.listen(port, () => {
1413
console.log('Application listen on port:', port);

0 commit comments

Comments
 (0)