Skip to content

Commit 8f1e616

Browse files
committed
finish removing param
1 parent be83920 commit 8f1e616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/libs/createReport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const createStatementMatching = async (reportId, content, createdKbMatches, tran
137137
*
138138
* @returns {undefined}
139139
*/
140-
const createReportObservedVariantAnnotationSection = async (reportId, modelName, sectionContent, options = {}) => {
140+
const createReportObservedVariantAnnotationSection = async (reportId, sectionContent, options = {}) => {
141141
const records = Array.isArray(sectionContent)
142142
? sectionContent
143143
: [sectionContent];

0 commit comments

Comments
 (0)