Skip to content

Commit

Permalink
LF-4625 Fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kathyavini committed Jan 30, 2025
1 parent e2966ba commit b965fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/src/util/ensemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const ENSEMBLE_UNITS_MAPPING = {
* Retrieves a valid Ensemble organisation by its UUID.
* @param {uuid} org_uuid
* @returns {Object} - The organisation object.
* @throws {Object} - Throws an error with status 404 if the organisation is not found within the Ensemble organisations we have access to
* @async
*/
const getValidEnsembleOrg = async (org_uuid) => {
Expand Down Expand Up @@ -171,7 +170,7 @@ const createSensorArrays = (sensorArrayMap) => {
};

/**
* Calculates the point for a sensor array based on the position of the sensor with the shallowest sensor depth (point closest to groound level)
* Calculates the point for a sensor array based on the position of the sensor with the shallowest sensor depth (point closest to ground level)
* @param {Array} sensors - An array of sensors.
* @returns {Object} - An object containing latitude and longitude.
*/
Expand Down

0 comments on commit b965fb7

Please sign in to comment.