Update PopularQuery.kt

This commit is contained in:
Osten 2022-12-09 19:07:59 +00:00 committed by GitHub
parent caa4526f18
commit 8cb21079c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -65,4 +65,8 @@ data class QueryPopular(
data class Data(
@JsonProperty("queryPopular") val queryPopular: QueryPopular? = QueryPopular()
)
)
data class Data(
@JsonProperty("queryPopular") val queryPopular: QueryPopular? = QueryPopular()
)