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.
2 parents ed1d6a0 + 4361940 commit 757a225Copy full SHA for 757a225
1 file changed
apps/app/src/jobs/tasks/onboarding/onboard-organization.ts
@@ -19,7 +19,6 @@ import { updatePolicies } from "./update-policies";
19
export const onboardOrganization = task({
20
id: "onboard-organization",
21
cleanup: async ({ organizationId }: { organizationId: string }) => {
22
- // Set triggerJobId to null to signal that the job is complete or failed.
23
await db.onboarding.update({
24
where: {
25
organizationId,
0 commit comments