kai-oswald / ASE

URL Shortener built with NodeJS
http://localhost:8001
MIT License
3 stars 0 forks source link

Stats are not working properly #41

Closed TrAnn3l closed 7 years ago

TrAnn3l commented 7 years ago

To test, reset your database with the following commands: mongo use todos db.dropDatabase() After that shorten one url.

The detail page is not showing all entries, seems like one is always missing. Maybe an Index error? This causes also that the stats are rendering bizarre when only one link was shortened.

DTobii commented 7 years ago

Detailpage = overview of all stats? If yes: #38 should fix that at my last test and push (tested with 0-10 shortened links)

TrAnn3l commented 7 years ago

Fixed in #38