Skip to content

Commit

Permalink
fix: use server typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jul 28, 2023
1 parent 9e5bb53 commit 73830bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { HealthDefinition } from '@restorecommerce/rc-grpc-clients/dist/generate
import {
CredentialServiceDefinition,
CredentialServiceClient
} from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/credential';
} from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/credential';
import {
ReadRequest
} from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/resource_base';
Expand Down

0 comments on commit 73830bf

Please sign in to comment.