Skip to content

Commit 4f00e98

Browse files
Merge pull request #75 from NSWC-Crane/crodriguez6497-patch-1
Fix to case sensitivity. Changed POAM.js to Poam.js
2 parents 3414723 + dcb646e commit 4f00e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Controllers/POAM.js renamed to api/Controllers/Poam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ module.exports.deletePoam = async function deletePoam(req, res, next) {
122122
res.status(500).json({ error: 'Internal Server Error', detail: error.message });
123123
}
124124
}
125-
};
125+
};

0 commit comments

Comments
 (0)