chore: lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user