From 394d2f0bff0ce471ca2b6cfdfef32bdc679b8655 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 26 Apr 2018 16:19:35 -0400 Subject: [PATCH] Fix type signature --- app/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/attachments.js b/app/attachments.js index cdbf724e4..5703b2264 100644 --- a/app/attachments.js +++ b/app/attachments.js @@ -114,7 +114,7 @@ exports.createName = () => { return buffer.toString('hex'); }; -// getRelativePath :: String -> IO Path +// getRelativePath :: String -> Path exports.getRelativePath = (name) => { if (!isString(name)) { throw new TypeError("'name' must be a string");