Skip to content

Commit

Permalink
fix: symbol wiring for research context trpc router
Browse files Browse the repository at this point in the history
  • Loading branch information
alebg committed Sep 19, 2024
1 parent d25cb51 commit fc04e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const researchContextGatewayRouter = createTRPCRouter({
const logger = loggerFactory("ListResearchContext TRPC Router");

try {
const gateway = serverContainer.get<KernelResearchContextGateway>(GATEWAYS.RESEARCH_CONTEXT_GATEWAY);
const gateway = serverContainer.get<KernelResearchContextGateway>(GATEWAYS.KERNEL_RESEARCH_CONTEXT_GATEWAY);
const dto = await gateway.list();
return dto;
} catch (error) {
Expand Down

0 comments on commit fc04e31

Please sign in to comment.