fix: broken storage config import

This commit is contained in:
karishmas6
2024-10-14 23:44:58 +05:30
parent 4fc8273393
commit 05b786ef56
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../db/config';
import sequelize from '../storage/config';
import { WorkflowFile, Where, What, WhereWhatPair } from 'maxun-core';
interface RobotMeta {

View File

@@ -1,5 +1,5 @@
import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../db/config';
import sequelize from '../storage/config';
import Robot from './Robot';
// TODO: