Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

fix : lastUpdateの日付の表現を修正 #405

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions data/data.json
@@ -1,6 +1,6 @@
{
"contacts": {
"date": "2020\/3\/4 9:10",
"date": "2020\/03\/04 9:10",
"data": [
{
"日付": "2020-01-29T08:00:00.000Z",
Expand Down Expand Up @@ -390,7 +390,7 @@
]
},
"querents": {
"date": "2020\/3\/3 9:10",
"date": "2020\/03\/03 9:10",
"data": [
{
"日付": "2020-02-07T08:00:00.000Z",
Expand Down Expand Up @@ -645,7 +645,7 @@
]
},
"patients": {
"date": "2020\/3\/4 19:30",
"date": "2020\/03\/04 19:30",
"data": [
{
"リリース日": "2020-01-24T08:00:00.000Z",
Expand Down Expand Up @@ -1222,7 +1222,7 @@
]
},
"patients_summary": {
"date": "2020\/3\/4 19:30",
"date": "2020\/03\/04 19:30",
"data": [
{
"日付": "2020-01-24T08:00:00.000Z",
Expand Down Expand Up @@ -1391,7 +1391,7 @@
]
},
"discharges_summary": {
"date": "2020\/3\/4 19:30",
"date": "2020\/03\/04 19:30",
"data": [
{
"日付": "2020-01-24T08:00:00.000Z",
Expand Down Expand Up @@ -1560,7 +1560,7 @@
]
},
"discharges": {
"date": "2020\/3\/4 19:30",
"date": "2020\/03\/04 19:30",
"data": [
{
"リリース日": "2020-01-24T08:00:00.000Z",
Expand Down Expand Up @@ -1772,5 +1772,5 @@
}
]
},
"lastUpdate": "2020\/3\/05 8:00"
"lastUpdate": "2020\/03\/05 8:00"
}