[API] Remove needless data

This commit is contained in:
syuilo 2017-08-12 18:03:23 +09:00
parent 0e786fbb66
commit 8564a29b5a
1 changed files with 0 additions and 5 deletions

View File

@ -79,11 +79,6 @@ module.exports = params => new Promise(async (res, rej) => {
graph.push(data);
} else {
graph.push({
date: {
year: day.getFullYear(),
month: day.getMonth() + 1, // In JavaScript, month is zero-based.
day: day.getDate()
},
posts: 0,
reposts: 0,
replies: 0