We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd32df8 commit d1b9914Copy full SHA for d1b9914
test/Hyper/Node/FileServerSpec.purs
@@ -34,7 +34,7 @@ serveFilesAndGet path =
34
app = fileServer "test/Hyper/Node/FileServerSpec" on404
35
36
on404 = Ix.do
37
- body <- liftEffect (Buffer.fromString "Not Found" UTF8)
+ body :: Buffer.Buffer <- liftEffect (Buffer.fromString "Not Found" UTF8)
38
writeStatus statusNotFound
39
headers []
40
respond body
0 commit comments