chore: remove unused import

This commit is contained in:
amhsirak
2025-04-01 23:28:27 +05:30
parent 626f7ee0bf
commit ee2443bd9b

View File

@@ -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;