fix import typo

This commit is contained in:
sbriat 2023-03-31 10:38:40 +02:00
parent 2231d45546
commit 5a9ced48dd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ async function bootstrap() {
protoPath: [
join(
__dirname,
'modules/territories/adapters/primaries/territory.proto',
'modules/territory/adapters/primaries/territory.proto',
),
join(__dirname, 'modules/health/adapters/primaries/health.proto'),
],