Closed echaidemenos closed 1 year ago
The purpose of this PR is to resolve https://github.com/aqualinkorg/aqualink-app/issues/716
This PR aims to change all API case to camelCase. In summary some API DTOs which were using Metric enum's raw values as keys, now use their camelCase equivalents.
Metric
Build succeeded and deployed at https://aqualink-app-836.surge.sh (hash a9fa3ef deployed at 2023/04/18 09:55:16)
a9fa3ef
The purpose of this PR is to resolve https://github.com/aqualinkorg/aqualink-app/issues/716
This PR aims to change all API case to camelCase. In summary some API DTOs which were using
Metric
enum's raw values as keys, now use their camelCase equivalents.