pandapaul / minecraft-dailies-server

Serves up fresh Minecraft quests daily.
http://www.minecraftdailies.com
GNU General Public License v3.0
2 stars 2 forks source link

Streamed activities not displaying on landing page #25

Closed pandapaul closed 7 years ago

pandapaul commented 7 years ago
Uncaught TypeError: activity.date.fromNow is not a function
    at buildActivityLog (bundle.js:10139)
    at n.logActivityStream (bundle.js:10147)
    at n.emit (socket.io.js:2)
    at n.onevent (socket.io.js:3)
    at n.onpacket (socket.io.js:3)
    at n.<anonymous> (socket.io.js:3)
    at n.emit (socket.io.js:2)
    at n.ondecoded (socket.io.js:1)
    at s.<anonymous> (socket.io.js:3)
    at s.r.emit (socket.io.js:1)

They're probably not getting converted to moments before the attempt at calling .fromNow()