Skip to content

Commit a6d6295

Browse files
committed
changing comments to reflect changes
1 parent 61f4e87 commit a6d6295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helpers/dependencyUtils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ const logger = require('./logger');
33
/**
44
* Checks if any dependencies of extractors are missing.
55
* If no depedencies are missing, sorts extractors into the correct order.
6-
* @param {Array} extractors array of extractors from the config file, this function will modify the order of this array
6+
* @param {Array} extractors array of extractors from the config file
77
* @param {Array} dependencyInfo array of objects dictacting order of extractors and their dependencies
8+
* @returns {Array} array of extractors sorted into the order defined in dependency info
89
* Example of dependencyInfo:
910
* [
1011
* { type: 'CSVPatientExtractor', dependencies: [] },

0 commit comments

Comments
 (0)