We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879fbc3 commit 984134fCopy full SHA for 984134f
apps/web/src/actions/integrations/pipedream/createToken.ts
@@ -2,15 +2,9 @@
2
3
import { authProcedure } from '../../procedures'
4
import { createConnectToken } from '@latitude-data/core/services/integrations/pipedream/createConnectToken'
5
-import { z } from 'zod'
6
7
export const createPipedreamTokenAction = authProcedure
8
.createServerAction()
9
- .input(
10
- z.object({
11
- externalUserId: z.string(),
12
- }),
13
- )
14
.handler(async ({ ctx }) =>
15
createConnectToken({
16
workspace: ctx.workspace,
0 commit comments