fix: broken storage db import

This commit is contained in:
karishmas6
2024-10-14 23:46:24 +05:30
parent 89629ba9cf
commit 1308c23359
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../storage/config';
import sequelize from '../storage/db';
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 '../storage/config';
import sequelize from '../storage/db';
import Robot from './Robot';
// TODO: