Remove extra space

pull/4992/head
Rodrigo Nascimento 10 years ago
parent 43efae1aa5
commit 8622d117cc
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 1
      packages/rocketchat-statistics/server/functions/get.coffee

@ -25,7 +25,6 @@ RocketChat.statistics.get = ->
# Message statistics
statistics.totalMessages = RocketChat.models.Messages.find().count()
statistics.lastLogin = RocketChat.models.Users.getLastLogin()
statistics.lastMessageSentAt = RocketChat.models.Messages.getLastTimestamp()
statistics.lastSeenSubscription = RocketChat.models.Subscriptions.getLastSeen()

Loading…
Cancel
Save