fix(indexer): remove LunaIndexerIcon from model definition

This commit is contained in:
Jagandeep Brar
2022-08-21 16:45:38 -04:00
parent bbb8dbc3b3
commit cf3d9bbc17

View File

@@ -22,16 +22,11 @@ class LunaIndexer extends HiveObject {
@HiveField(3, defaultValue: <String, String>{})
Map<String, String> headers;
@JsonKey()
@HiveField(4)
LunaIndexerIcon? icon;
LunaIndexer({
this.displayName = '',
this.host = '',
this.apiKey = '',
this.headers = const {},
this.icon,
});
@override