Skip to content

Commit

Permalink
chore(deps): manually fix FRB generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Mar 8, 2025
1 parent 74e2601 commit 2acf22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mimir/lib/src/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ sealed class Filter with _$Filter {

/// The settings of a mimir index
@freezed
class MimirIndexSettings with _$MimirIndexSettings {
sealed class MimirIndexSettings with _$MimirIndexSettings {
const factory MimirIndexSettings({
String? primaryKey,
List<String>? searchableFields,
Expand Down Expand Up @@ -234,7 +234,7 @@ sealed class SortBy with _$SortBy {

/// Represents the synonyms of a given word
@freezed
class Synonyms with _$Synonyms {
sealed class Synonyms with _$Synonyms {
const factory Synonyms({
required String word,
required List<String> synonyms,
Expand Down

0 comments on commit 2acf22f

Please sign in to comment.