Commit c0c0926a authored by Francisco Lopez's avatar Francisco Lopez

Removed binding.pry

parent c7e7f444
......@@ -667,7 +667,6 @@ module API
class MemberAccess < Grape::Entity
expose :access_level
expose :notification_level do |member, options|
# binding.pry if member.id == 5
if member.notification_setting
::NotificationSetting.levels[member.notification_setting.level]
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment