Skip to content

Commit

Permalink
Update model.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abdinasir-Tman authored May 13, 2024
1 parent 18be58a commit f337e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/model.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sequelize } from '../config/db.config.js';
import { sequelize } from '../config/dbConfig.js';

const modelName = sequelize.define('modelName', {
// rest of your schema here
Expand Down

0 comments on commit f337e4a

Please sign in to comment.