fix: update trpc dependencies and add openapi meta to providers endpoint (#103)

This commit is contained in:
Henry
2025-07-07 22:32:49 +01:00
committed by GitHub
parent 9daf657db2
commit 1c920e3983
7 changed files with 105 additions and 115 deletions

View File

@@ -55,6 +55,7 @@ export const importRouter = createTRPCRouter({
protect: true,
},
})
.input(z.void())
.output(z.array(z.object({ id: z.string(), name: z.string() })))
.query(async ({ ctx }) => {
const apiKey = apiKeys.trello;