fix: broken integration
This commit is contained in:
@@ -69,7 +69,6 @@ export const integrationRouter = createTRPCRouter({
|
||||
slackInstallUrl: await getSlackInstallUrl({
|
||||
integrationId: res.id,
|
||||
organizationId: input.organizationId,
|
||||
projectId: input.projectId,
|
||||
}),
|
||||
};
|
||||
}
|
||||
@@ -88,7 +87,6 @@ export const integrationRouter = createTRPCRouter({
|
||||
slackInstallUrl: await getSlackInstallUrl({
|
||||
integrationId: res.id,
|
||||
organizationId: input.organizationId,
|
||||
projectId: input.projectId,
|
||||
}),
|
||||
};
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user