Skip to content

Commit

Permalink
fix: bug type cors
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Dec 11, 2020
1 parent d2564ca commit b679278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/bcrypt": "^3.0.0",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.9",
"@types/cors": "^2.8.8",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.9",
"@types/helmet": "^4.0.0",
Expand All @@ -96,7 +96,7 @@
"@types/morgan": "^1.9.2",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.4",
"@types/node": "^14.14.12",
"@types/node": "^14.14.10",
"@types/nodemailer": "^6.4.0",
"@types/nodemailer-mailgun-transport": "^1.4.2",
"@types/redis": "^2.8.28",
Expand Down

0 comments on commit b679278

Please sign in to comment.