Skip to content

Commit

Permalink
feat(reporters): Fix JSOn
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Feb 5, 2025
1 parent 5c3833f commit fc1a17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
"variations": {
"A.D. 2d": "A.D.2d",
"A.D. 3d": "A.D.3d",
"AD2d": "A.D.2d",
"AD 2d": "A.D.2d",
"AD3d": "A.D.3d",
"AD 3d": "A.D.3d",
"AD2d": "A.D.2d",
"AD3d": "A.D.3d",
"Ap.": "A.D.",
"Ap.2d.": "A.D.2d",
"App Div.": "A.D.",
Expand Down

0 comments on commit fc1a17f

Please sign in to comment.