GSMA-CPAS / BWRP-common-adapter

The "Layer 2.5" with all Common functionality APIs
Apache License 2.0
2 stars 0 forks source link

Bug: Correct this attempt to modify "port" or use "let" in its declaration. #32

Closed sudo-tilakvardhan closed 3 years ago

sudo-tilakvardhan commented 3 years ago

In file server/tools/webhook_dummy_server/index.js port is defined as const on line 7 and subject to change in line 12.

Variable shouldn't be declared with const as ECMA script standards if changed later.

csarthou commented 3 years ago

Fix done and pushed on dev branch.