Skip to content

Commit 984134f

Browse files
committed
fix tc for realz
1 parent 879fbc3 commit 984134f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/web/src/actions/integrations/pipedream/createToken.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
import { authProcedure } from '../../procedures'
44
import { createConnectToken } from '@latitude-data/core/services/integrations/pipedream/createConnectToken'
5-
import { z } from 'zod'
65

76
export const createPipedreamTokenAction = authProcedure
87
.createServerAction()
9-
.input(
10-
z.object({
11-
externalUserId: z.string(),
12-
}),
13-
)
148
.handler(async ({ ctx }) =>
159
createConnectToken({
1610
workspace: ctx.workspace,

0 commit comments

Comments
 (0)