调整代码结构

This commit is contained in:
Baobhan Sith
2025-06-01 15:35:42 +08:00
parent 33422a215c
commit 27fa1caa1f
39 changed files with 24 additions and 24 deletions
@@ -3,7 +3,7 @@ import * as crypto from 'crypto';
import { v4 as uuidv4 } from 'uuid';
import { Client, ConnectConfig, SFTPWrapper } from 'ssh2';
import { InitiateTransferPayload, TransferTask, TransferSubTask } from './transfers.types';
import { getConnectionWithDecryptedCredentials } from '../services/connection.service';
import { getConnectionWithDecryptedCredentials } from '../connections/connection.service';
import type { ConnectionWithTags, DecryptedConnectionCredentials } from '../types/connection.types';