diff --git a/server/src/models/Robot.ts b/server/src/models/Robot.ts index 1d03999e..8bc50a76 100644 --- a/server/src/models/Robot.ts +++ b/server/src/models/Robot.ts @@ -1,6 +1,6 @@ import { Model, DataTypes, Optional } from 'sequelize'; import sequelize from '../storage/db'; -import { WorkflowFile, Where, What, WhereWhatPair } from 'maxun-core'; +import { WhereWhatPair } from 'maxun-core'; interface RobotMeta { name: string;