Skip to content

Commit c229a75

Browse files
committed
fix(microservices): fix import path
1 parent 77b7bd6 commit c229a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/microservices/context/kafka-rpc-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { RpcExceptionsHandler } from 'exceptions/rpc-exceptions-handler';
21
import { Observable } from 'rxjs';
2+
import { RpcExceptionsHandler } from '../exceptions/rpc-exceptions-handler';
33
import { RpcProxy } from './rpc-proxy';
44

55
export class KafkaRpcProxy extends RpcProxy {

0 commit comments

Comments
 (0)