Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Nov 15, 2024
1 parent 5195f0b commit 146d1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ function InvitePartnerSheetContent({ setIsOpen }: InvitePartnerSheetProps) {
"Content-Type": "application/json",
},
body: JSON.stringify({
url: program?.url,
domain: program?.domain,
trackConversion: true,
key: shortKey,
url: program?.url,
trackConversion: true,
}),
});

Expand Down
2 changes: 1 addition & 1 deletion apps/web/lib/actions/partners/create-dots-flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { redis } from "@/lib/upstash";
import z from "../../zod";
import { authUserActionClient } from "../safe-action";

export const createDotsFlowSchema = z.object({
const createDotsFlowSchema = z.object({
partnerId: z.string(),
flow: dotsFlowStepsSchema,
});
Expand Down

0 comments on commit 146d1b9

Please sign in to comment.