2
0

🐛 (webhook) Don't send body when GET method is used

This commit is contained in:
Baptiste Arnaud
2022-09-11 11:42:25 +02:00
parent d696f551c3
commit 4a04d1ccba
2 changed files with 16 additions and 15 deletions

View File

@ -12,16 +12,16 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "8.4.0",
"rollup": "2.78.1",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "8.5.0",
"rollup": "2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"aws-sdk": "2.1204.0",
"typescript": "^4.8.3",
"aws-sdk": "2.1213.0",
"models": "workspace:*",
"next": "12.2.5"
"next": "12.3.0"
},
"peerDependencies": {
"aws-sdk": "^2.1152.0",