diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-07 14:34:41 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-07 14:40:10 -0500 |
| commit | 9c6f8f8568d20d75eb22955dbf2752ea777e59f8 (patch) | |
| tree | 26a87018e7aa8794c96bd00ddfaed1472d2964b7 /server/lib/views/subscription.js | |
| parent | 2d4ed7d888727e1b973c2581b694d900e30c2ebd (diff) | |
stub in brochure page
Diffstat (limited to 'server/lib/views/subscription.js')
| -rw-r--r-- | server/lib/views/subscription.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/views/subscription.js b/server/lib/views/subscription.js index 77db1a0..ba54bb4 100644 --- a/server/lib/views/subscription.js +++ b/server/lib/views/subscription.js @@ -12,7 +12,6 @@ var subscription = module.exports = { fields: { user: "_id username displayName photo created_at updated_at last_seen created_ip last_ip", - project: "_id name slug user_id privacy created_at updated_at", }, defaults: { |
