1
0
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:
2020-06-30 12:51:45 +02:00
parent 5ae14e60b7
commit 1317402894
3 changed files with 4 additions and 7 deletions

View File

@@ -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)
);
}