OI4 / oi4-oec-service

An OI4-compliant base service covering most of the "mandatory" functionality by the development guideline
MIT License
2 stars 0 forks source link

Initialize _license with an empty array #93

Closed chrfranz closed 2 years ago

chrfranz commented 2 years ago

Added the following line in the constructor to prevent that the _license array is not initialized.

this.license = []

Weinschenk commented 2 years ago

Applied to another branch...