[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-25 03:40:50 +00:00
committed by GitHub
parent b610f7aeff
commit c41b69c925
@@ -80,7 +80,11 @@ export const sendInvitationEmail = async ({
inviteLink: string;
organizationName: string;
}) => {
const html = await renderInvitationEmail({ email, inviteLink, organizationName });
const html = await renderInvitationEmail({
email,
inviteLink,
organizationName,
});
await sendEmail({
email,
subject: `You've been invited to join ${organizationName} on Dokploy`,