♻️ No idea what happended
This commit is contained in:
@@ -12,7 +12,7 @@ public class LastActiveInfo
|
||||
public Instant SeenAt { get; set; }
|
||||
}
|
||||
|
||||
public class LastActiveFlushHandler(DysonNetwork.Shared.Services.IAccountService accounts, DysonNetwork.Shared.Services.IAccountProfileService profiles) : IFlushHandler<LastActiveInfo>
|
||||
public class LastActiveFlushHandler(IAccountService accounts) : IFlushHandler<LastActiveInfo>
|
||||
{
|
||||
public async Task FlushAsync(IReadOnlyList<LastActiveInfo> items)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user