Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Sep 24, 2023
1 parent e89c411 commit 0ae301e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Web/Scotty/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ instance Exception ScottyException
------------------ Scotty Actions -------------------
type Param = (Text, Text)

-- type File = (Text, FileInfo (Either ByteString FilePath))
type File i = (Text, FileInfo i)
type FileMem = File ByteString
type FileDisk = File FilePath
Expand Down

0 comments on commit 0ae301e

Please sign in to comment.