From 046ff894e015b3a8a0e114931523cb04b72d6e47 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:08:54 +0800 Subject: [PATCH] Update connection.ts --- packages/backend/src/websocket/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/websocket/connection.ts b/packages/backend/src/websocket/connection.ts index e31f2a9..29d7faa 100644 --- a/packages/backend/src/websocket/connection.ts +++ b/packages/backend/src/websocket/connection.ts @@ -22,7 +22,7 @@ import { SshUnmarkedForSuspendAck, ClientState } from './types'; -import { SshSuspendService } from '../services/ssh-suspend.service'; +import { SshSuspendService } from '../ssh-suspend/ssh-suspend.service'; import { SftpService } from '../sftp/sftp.service'; import { cleanupClientConnection } from './utils'; import { clientStates } from './state';