Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit cf3d9bb

Browse files
committed
fix(indexer): remove LunaIndexerIcon from model definition
1 parent bbb8dbc commit cf3d9bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/database/models/indexer.dart

-5
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,11 @@ class LunaIndexer extends HiveObject {
2222
@HiveField(3, defaultValue: <String, String>{})
2323
Map<String, String> headers;
2424

25-
@JsonKey()
26-
@HiveField(4)
27-
LunaIndexerIcon? icon;
28-
2925
LunaIndexer({
3026
this.displayName = '',
3127
this.host = '',
3228
this.apiKey = '',
3329
this.headers = const {},
34-
this.icon,
3530
});
3631

3732
@override

0 commit comments

Comments
 (0)