Skip to content

Commit 23fca3a

Browse files
committed
add note
1 parent c3066d0 commit 23fca3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/controllers/rest/paradigmsController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ async function getParadigms(req, res) {
5656
});
5757
res.json(results);
5858
};
59+
60+
//NOTE, I also hate this and will fix it, I was just seeing if it would work well. it didn't. RCT
5961
async function getParadigmByPersonId(req, res) {
6062
const { personId } = req.params;
6163
if (!personId) {

0 commit comments

Comments
 (0)