steel script working perfectly well

This commit is contained in:
filipriec
2025-03-17 12:28:09 +01:00
parent 65b254f4c2
commit 0887b46782
4 changed files with 55 additions and 43 deletions

View File

@@ -128,9 +128,9 @@ pub async fn post_table_data(
profile_id,
row_data: data.clone(),
db_pool: Arc::new(db_pool.clone()),
runtime: Handle::current(),
};
// Execute validation script
let script_result = execution::execute_script(
script_record.script,