Skip to content

Commit

Permalink
update ax investigation score to 95%
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook committed Nov 3, 2023
1 parent 388a007 commit 6fde954
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 @@ -322,7 +322,8 @@ export const interopData = {
{ 'date': '2023-09-05', 'score': 860 },
{ 'date': '2023-09-27', 'score': 870 },
{ 'date': '2023-10-12', 'score': 910 },
{ 'date': '2023-10-13', 'score': 920 }
{ 'date': '2023-10-13', 'score': 920 },
{ 'date': '2023-11-03', 'score': 950 }
]
},
{
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 @@ -303,7 +303,8 @@
{ "date": "2023-09-05", "score": 860 },
{ "date": "2023-09-27", "score": 870 },
{ "date": "2023-10-12", "score": 910 },
{ "date": "2023-10-13", "score": 920 }
{ "date": "2023-10-13", "score": 920 },
{ "date": "2023-11-03", "score": 950 }
]
},
{
Expand Down

0 comments on commit 6fde954

Please sign in to comment.