diff --git a/app/attachments.js b/app/attachments.js index cdbf724e4f..5703b22640 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");