chore: lint

This commit is contained in:
karishmas6
2024-10-21 20:39:56 +05:30
parent 7cce881653
commit 1214aeb824

View File

@@ -2,7 +2,7 @@ import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../storage/db';
import { WorkflowFile, Where, What, WhereWhatPair } from 'maxun-core';
import User from './User'; // Import User model
import Run from './Run';
import Run from './Run';
interface RobotMeta {
name: string;