From 296088ae29767e36cca91099c03dc7fcb7cd1a93 Mon Sep 17 00:00:00 2001 From: kennsippell Date: Fri, 6 Dec 2024 02:01:48 -0800 Subject: [PATCH] Eslint --- src/lib/hierarchy-operations/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hierarchy-operations/index.js b/src/lib/hierarchy-operations/index.js index 09e23edc..6d0704ba 100644 --- a/src/lib/hierarchy-operations/index.js +++ b/src/lib/hierarchy-operations/index.js @@ -57,7 +57,7 @@ function moveHierarchy(db, options) { } info(`Staged changes to lineage information for ${affectedContactCount} contact(s) and ${affectedReportCount} report(s).`); - } + }; } async function moveReports(db, options, moveContext) {