diff options
Diffstat (limited to 'bucky/app/bucky.js')
| -rw-r--r-- | bucky/app/bucky.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index 0c8d99a..295a813 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -84,7 +84,7 @@ var bucky = module.exports = { createdate: util.now(), lastmodified: util.now(), size: 0, - private: false, + privacy: false, color: req.body.color, viewed: 0, revision: 0, @@ -402,7 +402,7 @@ var bucky = module.exports = { filename: file.originalname, date: util.now(), size: file.size, - private: false, + privacy: false, storage: 'i.asdf.us', } db.createFile(data).then(function(file){ |
