Skip to content

Commit a7ccaa9

Browse files
committed
Update stats.py
1 parent f37ba06 commit a7ccaa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rtbnext/schema/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
Top10 = TypedDict( "Top10", {
103103
"$metadata": MetaData,
104-
"data": dict[ str, list[ Top10Item ] ]
104+
"entries": dict[ str, list[ Top10Item ] ]
105105
} )
106106

107107
StatsIndexFirst = TypedDict( "StatsIndexFirst", {

0 commit comments

Comments
 (0)