🐛 Fix sphere rewind InvalidOperationException
This commit is contained in:
@@ -34,7 +34,7 @@ public class SphereRewindServiceGrpc(
|
|||||||
.Select(g => new { PublisherId = g.Key, ReactionCount = g.Count() })
|
.Select(g => new { PublisherId = g.Key, ReactionCount = g.Count() })
|
||||||
.FirstOrDefaultAsync();
|
.FirstOrDefaultAsync();
|
||||||
var mostLovedPublisher = mostLovedPublisherClue is not null
|
var mostLovedPublisher = mostLovedPublisherClue is not null
|
||||||
? ps.GetPublisherLoaded(mostLovedPublisherClue.PublisherId)
|
? await ps.GetPublisherLoaded(mostLovedPublisherClue.PublisherId)
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
// Creator data
|
// Creator data
|
||||||
|
|||||||
Reference in New Issue
Block a user