Skip to content

Commit caf99c6

Browse files
committed
bugfix(@nestjs/microservice) fix invalid proto
1 parent 5415659 commit caf99c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
syntax = "proto3";
22

3-
package test;
3+
package test;
4+
5+
service TestService {
6+
7+
}

0 commit comments

Comments
 (0)