From 8347568ce0a3fb9931a068b1efd4954628be8d45 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Mon, 18 Aug 2014 18:49:20 +0900 Subject: [PATCH] Updated all safe-updatable npm dependencies. --- lib/roles/storage/temp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roles/storage/temp.js b/lib/roles/storage/temp.js index 20cdee56..376f6926 100644 --- a/lib/roles/storage/temp.js +++ b/lib/roles/storage/temp.js @@ -137,7 +137,7 @@ module.exports = function(options) { var file = storage.retrieve(req.params.id) if (file) { res.set('Content-Type', file.type) - res.sendfile(file.path) + res.sendFile(file.path) } else { res.send(404)