file path

This commit is contained in:
CHIEFSOFT\ameye
2024-08-25 11:58:14 -04:00
parent 934c9be08e
commit 0e3f83c075
+1 -1
View File
@@ -5,7 +5,7 @@ var assign_action ={
processLinedJobs(value) {
fs.readFile('./EMAIL/depend_job_added.html', 'utf8', (err, data) => {
fs.readFile('EMAIL/depend_job_added.html', 'utf8', (err, data) => {
if (err) {
console.error(err);
return;