Update PopularQuery.kt

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

View File

@ -66,7 +66,3 @@ data class QueryPopular(
data class Data(
@JsonProperty("queryPopular") val queryPopular: QueryPopular? = QueryPopular()
)
data class Data(
@JsonProperty("queryPopular") val queryPopular: QueryPopular? = QueryPopular()
)