Skip to content

Commit 58bf9a7

Browse files
author
edencoder
committed
amend issues
1 parent ede6645 commit 58bf9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/socket/daemons/socket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default class SocketDaemon extends Daemon {
115115
socket.request.user = await User.findById(userSession.passport.user);
116116
socket.request.session = userSession;
117117
}
118+
118119
// run next
119120
next();
120121
});

0 commit comments

Comments
 (0)