From f13c04043b877a42f0319d56462cc960e937b17c Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Sun, 24 May 2020 09:07:47 +0100 Subject: [PATCH] remove unused constant --- lib/custom_wizard/mapper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/custom_wizard/mapper.rb b/lib/custom_wizard/mapper.rb index 1b1f8101..19b40e6b 100644 --- a/lib/custom_wizard/mapper.rb +++ b/lib/custom_wizard/mapper.rb @@ -3,7 +3,6 @@ class CustomWizard::Mapper USER_FIELDS = ['name', 'username', 'email', 'date_of_birth', 'title', 'locale', 'trust_level'] PROFILE_FIELDS = ['location', 'website', 'bio_raw'] - CATEGORY_NOTIFICATION_LEVELS = ['regular','watching', 'tracking', 'watching_first_post','muted'] def self.user_fields USER_FIELDS + PROFILE_FIELDS