From 540d9e00298952e3908b9db9b89ec4e77364ef95 Mon Sep 17 00:00:00 2001 From: GEgorov Date: Tue, 7 Oct 2025 01:54:53 +0300 Subject: [PATCH] modified: backend/src/controllers/endpointController.ts --- backend/src/controllers/endpointController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/controllers/endpointController.ts b/backend/src/controllers/endpointController.ts index 9adbfbe..65890f2 100644 --- a/backend/src/controllers/endpointController.ts +++ b/backend/src/controllers/endpointController.ts @@ -291,7 +291,7 @@ export const testEndpoint = async (req: AuthRequest, res: Response) => { }); } - const { scriptExecutor } = require('../services/scriptExecutor'); + const { scriptExecutor } = require('../services/ScriptExecutor'); const scriptResult = await scriptExecutor.execute(script_language, script_code, { databaseId: database_id, scriptQueries: script_queries || [],