Skip to content

Commit

Permalink
ft(back): establish PR
Browse files Browse the repository at this point in the history
Feat: Product Lifecycle Notification System #84
  • Loading branch information
niyibi250 committed May 27, 2024
1 parent d468193 commit 914b866
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@types/jsonwebtoken": "^9.0.6",
"@types/mailgun-js": "^0.22.18",
"@types/morgan": "^1.9.9",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.15",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -98,6 +99,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"node-cron": "^3.0.3",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node-dev": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src/controller/checkforproductchange.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Product from '../database/models/productEntity'
import UserModel from '../database/models/userModel'


0 comments on commit 914b866

Please sign in to comment.