Skip to content

Commit 5781de0

Browse files
committed
spacing
1 parent 31afd42 commit 5781de0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/controllers/userController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const userController: UserController = {
123123
});
124124
}
125125
const verifiedUser = data.rows[0];
126-
127126
res.locals.user = verifiedUser;
128127
console.log('verified user', verifiedUser);
129128
return next();
@@ -147,8 +146,6 @@ const userController: UserController = {
147146
// res.locals.user = { ...verifiedUser, password: null };
148147
// return next();
149148
// }
150-
151-
152149
})
153150
.catch((err: ServerError) => {
154151
return next({

0 commit comments

Comments
 (0)