🔧 Fixing format date

pull/42/head
capitanwesler 4 years ago
parent 0be12412ce
commit 87cecdafec

@ -637,7 +637,7 @@ export const monoschinosInfo = async (
yyyy = broadCastDate.getFullYear(); yyyy = broadCastDate.getFullYear();
episodeList.push({ episodeList.push({
nextEpisodeDate: `${yyyy}/${mm}/${dd}`, nextEpisodeDate: `${yyyy}-${mm}-${dd}`,
}); });
} }
} }

Loading…
Cancel
Save