Skip to content

Commit 5bbeb02

Browse files
committed
lint
1 parent 8f1e616 commit 5bbeb02

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
@@ -159,7 +159,7 @@ const createReportObservedVariantAnnotationSection = async (reportId, sectionCon
159159
}
160160
return retvals;
161161
} catch (error) {
162-
throw new Error(`Unable to create section (${modelName}): ${error.message || error}`);
162+
throw new Error(`Unable to create section observedVariantAnnotation: ${error.message || error}`);
163163
}
164164
};
165165

0 commit comments

Comments
 (0)