Skip to content

Commit

Permalink
Fix DbAccountWorldData not being a record
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Aug 30, 2024
1 parent 06bf7cb commit 2f22be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Edelstein.Common.Database.Entities;

public class DbAccountWorldData : AccountWorldData
public record DbAccountWorldData : AccountWorldData
{
public DbAccount Account { get; set; }
public ICollection<DbCharacter> Characters { get; set; }
Expand Down

0 comments on commit 2f22be0

Please sign in to comment.