Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: change prod by production
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCharrier authored Jan 15, 2024
1 parent b4c6dff commit 7e4f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/email.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const {
SIB_APIKEY_PRIVATE,
} = EMAIL_CONFIG;

if (process.env.NODE_ENV === 'prod') {
if (process.env.NODE_ENV === 'production') {
try {
const sendInBlue = makeSendinblue({
MAIL_SENDER,
Expand Down

0 comments on commit 7e4f332

Please sign in to comment.