mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
🐛Fix subs dashboard fetch state typos
This commit is contained in:
parent
f89bb8ac0f
commit
48512060d5
1 changed files with 1 additions and 2 deletions
|
@ -151,7 +151,7 @@ module.exports = class AnalyticsSubscriptionsView extends RootView
|
|||
|
||||
getSubscribers: (subscriptions, done) ->
|
||||
# console.log 'getSubscribers', subscriptions.length
|
||||
@updateFetchDataState "Fetching recipient subscriptions..."
|
||||
@updateFetchDataState "Fetching recent subscribers..."
|
||||
@render?()
|
||||
maxSubscribers = 40
|
||||
|
||||
|
@ -195,7 +195,6 @@ module.exports = class AnalyticsSubscriptionsView extends RootView
|
|||
|
||||
@getSponsors (sponsors) =>
|
||||
@getRecipientSubscriptions sponsors, (recipientSubscriptions) =>
|
||||
@updateFetchDataState "Fetching recipient subscriptions..."
|
||||
for subscription in recipientSubscriptions
|
||||
subMap[subscription.id] =
|
||||
first: new Date(subscription.start * 1000)
|
||||
|
|
Loading…
Reference in a new issue