Skip to content

Commit

Permalink
chore(deps): update freezed model
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Mar 8, 2025
1 parent b94e38e commit 4033123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mimir/test/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ List<Map<String, dynamic>> useExercises() {
}

@freezed
class ComparableMimirIndexSettings with _$ComparableMimirIndexSettings {
sealed class ComparableMimirIndexSettings with _$ComparableMimirIndexSettings {
const factory ComparableMimirIndexSettings({
required Set<String>? searchableFields,
required Set<String> filterableFields,
Expand Down

0 comments on commit 4033123

Please sign in to comment.