mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Remove redundant assignment
This commit is contained in:
parent
7a9b141e65
commit
72fc330f7d
1 changed files with 0 additions and 2 deletions
|
|
@ -1124,8 +1124,6 @@ qs(".pageAccount")?.onChild(
|
|||
|
||||
chartData = response.body.data.chartData as ChartData;
|
||||
|
||||
chartData = response.body.data.chartData as ChartData;
|
||||
|
||||
//update local cache
|
||||
result.chartData = chartData;
|
||||
const dbResult = DB.getSnapshot()?.results?.find(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue