mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
bugfix(@nestjs/microservice) fix invalid proto
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package test;
|
||||
package test;
|
||||
|
||||
service TestService {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user