This commit is contained in:
Baobhan Sith
2025-05-10 11:10:34 +08:00
parent 3605ce0aee
commit 43aec26632
3 changed files with 1 additions and 4 deletions
@@ -23,7 +23,6 @@ export class SshSuspendController {
return;
}
console.log(`[SshSuspendController] getSuspendedSshSessions called for user ID: ${userId}`);
const sessions: SuspendedSessionInfo[] = await sshSuspendService.listSuspendedSessions(userId);
res.status(200).json(sessions);