mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-06 01:32:32 +00:00
Revert "chore(format): Format and Sort JSON files"
This reverts commit 22b5de455b.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Activities",
|
||||
"type": "ProduceStepType_EventSchool"
|
||||
},
|
||||
{
|
||||
"name": "Gift",
|
||||
"type": "ProduceStepType_Present"
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"type": "ProduceStepType_EventSchool",
|
||||
"name": "Activities"
|
||||
},
|
||||
{
|
||||
"type": "ProduceStepType_Present",
|
||||
"name": "Gift"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user