Fixed a build warning in SarGroup.cs

This was actually meant to be pushed two versions ago
This commit is contained in:
Toastie 2024-11-29 20:23:05 +13:00
parent 57d32184ff
commit 81064efb57
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -2,7 +2,7 @@ using System.ComponentModel.DataAnnotations;
namespace EllieBot.Db.Models;
public sealed class SarGroup : DbEntity
public sealed class SarGroup
{
[Key]
public int Id { get; set; }