mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-09-21 04:55:56 +02:00
Remove redundant property from ExampleResults
This commit is contained in:
@@ -120,7 +120,6 @@ ExampleResults parseExamplePageData(String pageHtml, String phrase) {
|
||||
query: phrase,
|
||||
found: results.isNotEmpty,
|
||||
results: results ?? [],
|
||||
uri: uriForExampleSearch(phrase),
|
||||
phrase: phrase,
|
||||
uri: uriForExampleSearch(phrase)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user