summaryrefslogtreecommitdiff
path: root/app/relay
diff options
context:
space:
mode:
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,