Updated DEFAULT_NOTIFICATIONS_LIMIT to 20

• Updated:
- DEFAULT_NOTIFICATIONS_LIMIT to 20 (original)
This commit is contained in:
mgabdev 2020-05-21 14:49:44 -04:00
parent f17c8b381b
commit df1ddd8a45

View File

@ -9,7 +9,7 @@ class Api::V1::NotificationsController < Api::BaseController
respond_to :json
DEFAULT_NOTIFICATIONS_LIMIT = 30
DEFAULT_NOTIFICATIONS_LIMIT = 20
def index
@notifications = load_notifications