bugfix(@nestjs/microservice) fix invalid proto

This commit is contained in:
Jean-Baptiste Pionnier
2018-08-09 07:45:33 +02:00
parent 5415659fb9
commit caf99c6cf8

View File

@@ -1,3 +1,7 @@
syntax = "proto3";
package test;
package test;
service TestService {
}