Updated DEFAULT_NOTIFICATIONS_LIMIT to 20
• Updated: - DEFAULT_NOTIFICATIONS_LIMIT to 20 (original)
This commit is contained in:
parent
f17c8b381b
commit
df1ddd8a45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user