Skip to content

Commit

Permalink
update accessibility investigation score for Oct 1, 2024 (#4027)
Browse files Browse the repository at this point in the history
* update accessibility investigation score for Oct 1, 2024

* Add trailing comma to minimize future diffs

Co-authored-by: Simon Pieters <[email protected]>

---------

Co-authored-by: Panagiotis Astithas <[email protected]>
Co-authored-by: Simon Pieters <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 76e0bfe commit 19389e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,8 @@ export const interopData = {
{ 'date': '2024-04-02', 'score': 18 },
{ 'date': '2024-04-25', 'score': 33 },
{ 'date': '2024-06-28', 'score': 120 },
{ 'date': '2024-08-13', 'score': 242 }
{ 'date': '2024-08-13', 'score': 242 },
{ 'date': '2024-10-01', 'score': 458 },
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@
{ "date": "2024-04-02", "score": 18 },
{ "date": "2024-04-25", "score": 33 },
{ "date": "2024-06-28", "score": 120 },
{ "date": "2024-08-13", "score": 242 }
{ "date": "2024-08-13", "score": 242 },
{ "date": "2024-10-01", "score": 458 }
]
},
{
Expand Down

0 comments on commit 19389e4

Please sign in to comment.