Merge branch 'main' into blue-branch

pull/1384/head
ggurdin 1 year ago committed by GitHub
commit 3f1632e7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@ class Lemma {
saveVocab: json['save_vocab'] ?? json['saveVocab'] ?? false,
form: json["form"] ?? json['text'],
pos: json['pos'] ?? '',
morph: json['morph'] ?? '{}',
morph: json['morph'] ?? {},
);
}

Loading…
Cancel
Save