Skip to content

Commit

Permalink
fix: check server session when login/refresh and disconnect - fix #83
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Sep 29, 2024
1 parent fbff88d commit 73c97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/src/system/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const sessions = () => {
"--",
session?.server,
"->",
foundSession?.server,
foundSession?.value?.server,
"<<<<",
);

Expand Down

0 comments on commit 73c97ae

Please sign in to comment.