Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-06 10:05:17 -05:00 committed by GitHub
parent 53af31370d
commit 7648f6cc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
import Sequelize from 'sequelize';
import Op from 'sequalize';
import DBLog from './db-log.js';