biodiversitydata-se / biologging-sensor-client

SBDI Biologging Sensor project - Client
GNU General Public License v3.0
1 stars 0 forks source link

1. Fetches the first version in the versions array #76

Closed Khosiyat closed 2 months ago

Khosiyat commented 2 months ago

JIRA#11

First Push

  1. Fetches the first version in the versions array
  2. Handles null, undefined, or an empty array
  3. Providing a default value of '1_0' for easy debugging

Second Push 1 - version changed to versions 2 - checking if versions exists and is a string before attempting to replace the dot with an underscore.