Fix typo
This commit is contained in:
@@ -250,7 +250,7 @@ extension SectionTypeExtensions on SectionType {
|
||||
case SectionType.face:
|
||||
return SearchService.instance.getAllFace(limit);
|
||||
case SectionType.magic:
|
||||
return SearchService.instance.getMagicSectionResutls(context);
|
||||
return SearchService.instance.getMagicSectionResults(context);
|
||||
|
||||
case SectionType.moment:
|
||||
return SearchService.instance.getRandomMomentsSearchResults(context);
|
||||
|
||||
@@ -177,7 +177,7 @@ class SearchService {
|
||||
return searchResults;
|
||||
}
|
||||
|
||||
Future<List<GenericSearchResult>> getMagicSectionResutls(
|
||||
Future<List<GenericSearchResult>> getMagicSectionResults(
|
||||
BuildContext context,
|
||||
) async {
|
||||
if (localSettings.isMLIndexingEnabled && flagService.internalUser) {
|
||||
|
||||
Reference in New Issue
Block a user