Skip to content

Commit

Permalink
rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Nov 16, 2024
1 parent 5d8f22e commit 558b4f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/lib/actions/invite-partner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ export const invitePartnerAction = authActionClient
programId,
},
}),

updateConfig({
key: "partnersPortal",
value: email,
}),
]);

await updateConfig({
key: "partnersPortal",
value: email,
});

await sendEmail({
subject: `${program.name} invited you to join Dub Partners`,
email,
Expand Down

0 comments on commit 558b4f1

Please sign in to comment.