mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-26 14:04:41 +00:00
try to fix "Illegal attempt to associate a ManagedEntity with two open persistence contexts"
This commit is contained in:
@@ -157,7 +157,7 @@ public class FeedRefreshUpdater {
|
||||
feedUpdated.mark();
|
||||
}
|
||||
|
||||
unitOfWork.run(() -> feedService.save(feed));
|
||||
unitOfWork.run(() -> feedService.update(feed));
|
||||
|
||||
notifyOverWebsocket(unreadCountBySubscription);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user