Skip to content

Commit

Permalink
fix(indexer): remove LunaIndexerIcon from model definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Aug 21, 2022
1 parent bbb8dbc commit cf3d9bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/database/models/indexer.dart
Expand Up @@ -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
Expand Down

0 comments on commit cf3d9bb

Please sign in to comment.