Skip to content

Commit 31d0c5b

Browse files
committed
final prep 7
1 parent 3c9f1a4 commit 31d0c5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routes/projects.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ router.get('/:id', passport.authenticate('jwt', {session:false}), (req, res, nex
104104
}
105105
else
106106
{
107-
try{
108-
109107
let images = [];
108+
try{
110109

111110
for(let i = 0; i < project.floorPlans.length; i++)
112111
{

0 commit comments

Comments
 (0)