Skip to content

Commit

Permalink
chore: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchesMaps committed Oct 2, 2024
1 parent 5a5b7a2 commit 6dccdcd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/js/workers/dd.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ function makeTime(date) {
}

/**
* @method mergeSortedGranuleDateRanges
* @param {array} granules
* @returns {array} mergedGranuleDateRanges
* @method mergeDomains
* @param {array} domains
* @param {number} timeBuffer
* @returns {array} mergedDateRanges
* @description
* Merge overlapping granule date ranges
* Merge overlapping date ranges
*/
function mergeDomains(domains, timeBuffer) {
const dateRanges = domains.split(',').map((range) => range.split('/'));
Expand Down

0 comments on commit 6dccdcd

Please sign in to comment.