Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Majeed12345321 committed Dec 1, 2020
1 parent b1589ff commit 3dfa09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ initialiseDB = do
-- storeHolidays conn xs = do


-- This function will insert the holiday records into the database
-- This function will insert the holiday records into the database majeed
insertDB :: Connection -> [HolidayRecord] -> IO ()
insertDB conn records = do
let xs = records -- need to use records and produce xs, this seems easiest possibility
Expand Down

0 comments on commit 3dfa09e

Please sign in to comment.