diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Application.hs | 2 |
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 |