fix: rm Run require model

This commit is contained in:
Rohit Rajan
2025-09-29 17:18:09 +05:30
parent 5bb2b87d8b
commit 0a914b0f76

View File

@@ -625,7 +625,6 @@ export class WorkflowInterpreter {
try {
const sequelize = require('../../storage/db').default;
await sequelize.transaction(async (transaction: any) => {
const { Run } = require('../../models');
const run = await Run.findOne({
where: { runId: this.currentRunId! },
transaction