mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
[API] Remove needless data
This commit is contained in:
parent
4d42a7ee18
commit
81ba3e2160
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ module.exports = params => new Promise(async (res, rej) => {
|
||||||
graph.push(data);
|
graph.push(data);
|
||||||
} else {
|
} else {
|
||||||
graph.push({
|
graph.push({
|
||||||
date: {
|
|
||||||
year: day.getFullYear(),
|
|
||||||
month: day.getMonth() + 1, // In JavaScript, month is zero-based.
|
|
||||||
day: day.getDate()
|
|
||||||
},
|
|
||||||
posts: 0,
|
posts: 0,
|
||||||
reposts: 0,
|
reposts: 0,
|
||||||
replies: 0
|
replies: 0
|
||||||
|
|
Loading…
Reference in a new issue