From b80e37637be0febf61fbe5b736f89f3e7ec622e5 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Mon, 16 Oct 2023 17:51:42 +0200
Subject: [PATCH] fix lint

---
 .../sapiViews/core/region/dedupRelatedRegion.pipe.ts            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/atlasComponents/sapiViews/core/region/dedupRelatedRegion.pipe.ts b/src/atlasComponents/sapiViews/core/region/dedupRelatedRegion.pipe.ts
index f655d7031..28fbc09ff 100644
--- a/src/atlasComponents/sapiViews/core/region/dedupRelatedRegion.pipe.ts
+++ b/src/atlasComponents/sapiViews/core/region/dedupRelatedRegion.pipe.ts
@@ -4,7 +4,7 @@ import { SxplrRegion, SxplrParcellation } from "src/atlasComponents/sapi/sxplrTy
 
 type InputType = {
   qualification: Qualification
-  region: SxplrRegion,
+  region: SxplrRegion
   parcellation: SxplrParcellation
 }
 
-- 
GitLab