fix(placetel): Parse request body inside of run method

This commit is contained in:
Faruk AYDIN
2023-10-11 11:17:19 +02:00
parent 53189a6487
commit 7615e62bbc
3 changed files with 21 additions and 2 deletions

View File

@@ -15204,6 +15204,16 @@ raw-body@^2.4.1:
iconv-lite "0.4.24"
unpipe "1.0.0"
raw-body@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
dependencies:
bytes "3.1.2"
http-errors "2.0.0"
iconv-lite "0.4.24"
unpipe "1.0.0"
rc@^1.2.8:
version "1.2.8"
resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz"