Added missing JSDoc

This commit is contained in:
Mustakim Ali 2018-10-20 16:49:02 +01:00
parent 50d2c0a8d3
commit 12706d4a97
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const getTrackerDataFromDb = (domainName, trackersDb, source) => {
/**
* Gets the source metadata for the specified tracker
* @param {TrackerData} trackerData tracker data
* @returns {source} source metadata or null if no matching tracker found
*/
export const getSourceData = (trackerData) => {
if (!trackerData || !trackerData.source) {