summaryrefslogtreecommitdiff
path: root/users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js')
-rw-r--r--users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js b/users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js
deleted file mode 100644
index 53a95de..0000000
--- a/users/app/designs/user/by_created_at_and_one_month_warning_not_sent.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function (doc) {
- if ((doc['type'] == 'User') && (doc['created_at'] != null) && (doc['one_month_warning_sent'] == null)) {
- emit(doc['created_at'], 1);
- }
-}