Skip to content

Commit

Permalink
add missing return type (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo authored Nov 6, 2024
1 parent 6977274 commit ba6506d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/procedures/wildcam/wildcam.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Wildcam.search = function (
* @param {Date=} stopDate The latest date to include in the results. If omitted, no stopping cutoff is used for filtering.
* @param {Species=} species Filters results to only entries which contained the requested species. If omitted, no species filtering is performed.
* @param {Object=} camera Filters results to only entries taken by a specific camera. If omitted, no camera-based filtering is performed.
* @returns {Array<Object>} All data entries matching the search, in chronological order
*/
Wildcam.searchByCamera = function (
startDate = null,
Expand Down

0 comments on commit ba6506d

Please sign in to comment.