aboutsummaryrefslogtreecommitdiff
path: root/src/Application.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Application.hs')
-rw-r--r--src/Application.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Application.hs b/src/Application.hs
index 899893e..d2e7f6b 100644
--- a/src/Application.hs
+++ b/src/Application.hs
@@ -63,7 +63,7 @@ data Process = Process {
, db :: Maybe Text
, command :: Text
, time :: Int
- , state :: Text
+ , state :: Maybe Text
, info :: Text
} deriving (Generic)
instance ToJSON Process