Skip to content

Commit

Permalink
fix build and bump to 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Sep 10, 2024
1 parent 88bb0f3 commit e571407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websat-planckster",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/infrastructure/server/trpc/app-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const appRouter = createTRPCRouter({
status: "request"
}
const controller = serverContainer.get<ListResearchContextsController>(CONTROLLERS.LIST_RESEARCH_CONTEXTS_CONTROLLER)
await controller.execute({ response: response, clientID: "1234" })
// await controller.execute({ response: response, clientID: "1234" })
return response;
}),
},
Expand Down

0 comments on commit e571407

Please sign in to comment.