summaryrefslogtreecommitdiff
path: root/app/relay
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-22 20:08:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-22 20:08:32 +0200
commitf3885f7d43dffe4e0fcf49e3e8f9f9e248bc6f76 (patch)
tree2a6b3d92c91790bf13cf436e24d14f76be4ef0ab /app/relay
parentcb252ec2533fb4d2cd739d60da7c5e9a8494fba5 (diff)
thumbnail
Diffstat (limited to 'app/relay')
-rw-r--r--app/relay/system.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/relay/system.js b/app/relay/system.js
index 49b8c33..e8feee8 100644
--- a/app/relay/system.js
+++ b/app/relay/system.js
@@ -110,7 +110,6 @@ export function thumbnail(opt, cb) {
.jpeg({ quality: opt.quality || THUMBNAIL_QUALITY })
.toBuffer()
.then(buf => cb({
- error: err,
name: opt.fn,
path: fn,
date: stat.ctime,