Skip to content

Commit

Permalink
fix(grpc-sdk): import in ConduitParser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 25, 2022
1 parent f08723c commit 98099ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/src/classes/ConduitParser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConduitModel } from '@conduitplatform/commons';
import { ConduitModel } from '../interfaces';

export abstract class ConduitParser<ParseResult, ProcessingObject> {
result!: ParseResult;
Expand Down

0 comments on commit 98099ca

Please sign in to comment.