Skip to content

Commit 7673ea8

Browse files
bhavanakarwadeankita-p17
authored andcommitted
fix: platform agent spin p issue (#1137)
Signed-off-by: bhavanakarwade <[email protected]>
1 parent 931f578 commit 7673ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/common/src/NATSClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ClientProxy, NatsRecordBuilder } from '@nestjs/microservices';
55
import { map } from 'rxjs/operators';
66
import * as nats from 'nats';
77
import { firstValueFrom } from 'rxjs';
8-
import ContextStorageService, { ContextStorageServiceKey } from '../../context/src/contextStorageService.interface';
8+
import ContextStorageService, { ContextStorageServiceKey } from '@credebl/context/contextStorageService.interface';
99
import { v4 } from 'uuid';
1010

1111
@Injectable()

0 commit comments

Comments
 (0)