Skip to content

Commit

Permalink
Mark uneeded files (Sequelize ones)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjarcode committed May 28, 2023
1 parent 76375d3 commit b871834
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions models/CartItem.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NOT USED ANYMORE (in mongodb version of this app)
const Sequelize = require("sequelize");

const path = require("path");
Expand Down
1 change: 1 addition & 0 deletions models/Order.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NOT USED ANYMORE (in mongodb version of this app)
// duplicated from models/Cart
const Sequelize = require("sequelize");

Expand Down
1 change: 1 addition & 0 deletions models/OrderItem.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NOT USED ANYMORE (in mongodb version of this app)
// duplicated from models/CartItem
const Sequelize = require("sequelize");

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.16.3",
"mongodb": "^5.5.0",
"mysql2": "^3.2.0",
"sequelize": "^6.29.3"
"mongodb": "^5.5.0"
}
}

0 comments on commit b871834

Please sign in to comment.