Skip to content

Commit

Permalink
fix(core): module config patch (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 committed Oct 17, 2022
1 parent 2ae9386 commit 6c9ffb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function setConfigRoute(
});
break;
default:
const moduleClient = grpcSdk.getModule<any>(
const moduleClient = grpcSdk.getServiceClient<any>(
moduleName,
) as unknown as GetModuleResponse;

Expand Down

0 comments on commit 6c9ffb2

Please sign in to comment.