fix paths proto
All checks were successful
Publish / Publish Job (push) Successful in 48s

This commit is contained in:
Дмитрий
2026-05-08 18:33:25 +03:00
parent 4b6c166b58
commit baafede619
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ export const GRPC_CLIENTS = {
},
CHAT_PACKAGE: {
package: 'chat.v1',
protoPath: PROTO_PATHS.NOTIFICATIONS,
protoPath: PROTO_PATHS.CHAT,
env: 'CHAT_GRPC_URL'
},
MEDIA_PACKAGE: {