Skip to content

Commit

Permalink
Updated write file
Browse files Browse the repository at this point in the history
  • Loading branch information
beingfranklin committed Dec 8, 2020
1 parent 87ead63 commit 4fcd63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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****************"

Expand Down

0 comments on commit 4fcd63d

Please sign in to comment.