[API][FLOW][Upload] just for CsvHal
[gargantext.git] / src / Gargantext / Database / Node / Contact.hs
index 115e63a9fbd5c910888fb16ce6b03d6c7143807e..3a0097898d1cc29944e5984e8c9a06e7c99fd970 100644 (file)
@@ -76,15 +76,15 @@ data ContactWho =
 data ContactWhere =
      ContactWhere { _cw_organization :: [Text]
                   , _cw_labTeamDepts :: [Text]
-                  
+
                   , _cw_role         :: Maybe Text
-                  
+
                   , _cw_office       :: Maybe Text
                   , _cw_country      :: Maybe Text
                   , _cw_city         :: Maybe Text
-                  
+
                   , _cw_touch        :: Maybe ContactTouch
-                  
+
                   , _cw_entry        :: Maybe UTCTime
                   , _cw_exit         :: Maybe UTCTime
   } deriving (Eq, Show, Generic)