.env & user-permissions.sql files changed

This commit is contained in:
MalakaSandakal
2024-05-17 11:15:36 +05:30
parent 16803d2c63
commit e50b886255
3 changed files with 14 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ export async function sendEmail(email: IEmail): Promise<string | null> {
}
}
},
Source: "SOURCE_EMAIL_HERE" // Ex: Worklenz <noreply@worklenz.com>
Source: process.env.SOURCE_EMAIL // Ex: Worklenz <noreply@worklenz.com>
});
const res = await sesClient.send(command);