summaryrefslogtreecommitdiff
path: root/bucky/app/bucky.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-21 11:37:11 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-21 11:37:18 +0200
commita930387282551c58c04a563cd5b432ffb0334043 (patch)
treea08374237f88e6d68f7a398b80b9aa588eb05ff1 /bucky/app/bucky.js
parent9f73794615e3707e9374df1ba130b902d804a1cc (diff)
comment form appends files
Diffstat (limited to 'bucky/app/bucky.js')
-rw-r--r--bucky/app/bucky.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js
index 70cfeec..3824c5e 100644
--- a/bucky/app/bucky.js
+++ b/bucky/app/bucky.js
@@ -511,6 +511,7 @@ var bucky = module.exports = {
})
})
Promise.all(promises).then(values => {
+ res.files = values
next()
}).catch(err => {
console.log(err)