fix import typo
This commit is contained in:
parent
2231d45546
commit
5a9ced48dd
|
@ -13,7 +13,7 @@ async function bootstrap() {
|
||||||
protoPath: [
|
protoPath: [
|
||||||
join(
|
join(
|
||||||
__dirname,
|
__dirname,
|
||||||
'modules/territories/adapters/primaries/territory.proto',
|
'modules/territory/adapters/primaries/territory.proto',
|
||||||
),
|
),
|
||||||
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
|
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue