diff --git a/app/Main.hs b/app/Main.hs index ed1a73b..16703d2 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -81,8 +81,8 @@ main = do -- TODO - JSON Conversion code is below jsonValue <- convertToJSON conn print $ show jsonValue - -- TOJSON Conversion -> writing into file should be added below - -- I.writeFile "DB.json" jsonValue + -- TODO - JSON Conversion -> writing into file should be added below + -- writeFile "DB.json" jsonValue print "Done!" putStrLn "\n****************"