From 5a9ced48dd24989660d1385746de5e73b02e1859 Mon Sep 17 00:00:00 2001 From: sbriat Date: Fri, 31 Mar 2023 10:38:40 +0200 Subject: [PATCH] fix import typo --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9160a01..1df0373 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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'), ],