fixed issue with redis models

This commit is contained in:
2024-08-06 13:11:55 -04:00
parent e38504457c
commit 84db245f4a
20 changed files with 558 additions and 323 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ router.post('/', async function(req, res, next){
...item,
});
} catch (error){
return next(error);
next(error);
}
});