yawik / SimpleImport

Simple Job Import Module. Imports job openings into YAWIK
MIT License
0 stars 1 forks source link

Fix: an emty array passes the location validation #61

Closed TiSiE closed 3 years ago

TiSiE commented 3 years ago

The location must be a string, which is validated in the JobDataInputFilter.

However, passing an empty array validates and leads to an exception being thrown.