We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f578 commit 7673ea8Copy full SHA for 7673ea8
libs/common/src/NATSClient.ts
@@ -5,7 +5,7 @@ import { ClientProxy, NatsRecordBuilder } from '@nestjs/microservices';
5
import { map } from 'rxjs/operators';
6
import * as nats from 'nats';
7
import { firstValueFrom } from 'rxjs';
8
-import ContextStorageService, { ContextStorageServiceKey } from '../../context/src/contextStorageService.interface';
+import ContextStorageService, { ContextStorageServiceKey } from '@credebl/context/contextStorageService.interface';
9
import { v4 } from 'uuid';
10
11
@Injectable()
0 commit comments