Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-06 10:14:52 -05:00 committed by GitHub
parent fd189396c4
commit 2402b53b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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