Skip to content

Commit

Permalink
Merge pull request #4272 from airqo-platform/hf-mailer-path
Browse files Browse the repository at this point in the history
manually fixing a path
  • Loading branch information
Baalmart authored Jan 24, 2025
2 parents 9a8185f + 974eac2 commit 2eb69a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auth-service/utils/common/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const processString = (inputString) => {
return uppercasedString;
};

const projectRoot = path.join(__dirname, "..", "..", ".."); // Go three levels up
// const projectRoot = path.join(__dirname, "..", "..", ".."); // Go three levels up
const projectRoot = "/usr/src/app";
const imagePath = path.join(projectRoot, "config", "images");

let attachments = [
Expand Down

0 comments on commit 2eb69a3

Please sign in to comment.