removed all ocurences of GameSystem: "midgard"

This commit is contained in:
2026-01-29 09:14:33 +01:00
parent dc5b3c3944
commit 558c5735be
19 changed files with 170 additions and 146 deletions
+5 -5
View File
@@ -1084,11 +1084,11 @@ func BenchmarkSimple_SourceStruct(b *testing.B) {
b.ReportAllocs()
for i := 0; i < b.N; i++ {
source := Source{
Code: "KOD",
Name: "Kodex",
IsCore: true,
IsActive: true,
GameSystem: "midgard",
Code: "KOD",
Name: "Kodex",
IsCore: true,
IsActive: true,
GameSystemId: 1,
}
_ = source.Code
_ = source.Name