Skip to content

Commit

Permalink
Fix adding new entry (#12123)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoayGhreeb authored Oct 29, 2024
1 parent fdf8685 commit 108a6d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public void importEntries(List<BibEntry> entries) {
}

public void importCleanedEntries(List<BibEntry> entries) {
entries = entries.stream().map(entry -> (BibEntry) entry.clone()).toList();
bibDatabaseContext.getDatabase().insertEntries(entries);
generateKeys(entries);
setAutomaticFields(entries);
Expand Down

0 comments on commit 108a6d1

Please sign in to comment.