mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: read stat counts from db as long (oopsie)
This commit is contained in:
parent
4e8141007f
commit
95b027d432
1 changed files with 5 additions and 5 deletions
|
|
@ -8,10 +8,10 @@ public partial class ModelRepository
|
|||
|
||||
public class Counts
|
||||
{
|
||||
public int SystemCount { get; }
|
||||
public int MemberCount { get; }
|
||||
public int GroupCount { get; }
|
||||
public int SwitchCount { get; }
|
||||
public int MessageCount { get; }
|
||||
public long SystemCount { get; }
|
||||
public long MemberCount { get; }
|
||||
public long GroupCount { get; }
|
||||
public long SwitchCount { get; }
|
||||
public long MessageCount { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue