Skip to content

Commit

Permalink
Remove js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Nov 5, 2024
1 parent 47d6385 commit d1ebc70
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/fn/edit-contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,7 @@ const getColIndexesToInclude = (colNames, cols, toIncludeColumns) => {
}
return [];
};
/**
*
* @param {string | 'contact'} docType
* @param {string} csv path to the csv file
* @param {object} documentDocs dictionary of contact docs keyed by their _id value
* @param {{ colNames:string[], csvFiles: string[], docDirectoryPath: string, updatedOfflineDocs: ? }} args
* @returns
*/

const processDocs = (docType, csv, documentDocs, args) => {
const { rows, cols } = fs.readCsv(csv);
const uuidIndex = cols.indexOf(DOCUMENT_ID);
Expand Down

0 comments on commit d1ebc70

Please sign in to comment.