Skip to content

Commit 5bd0edf

Browse files
buildbuild
authored andcommitted
minor aesthetic
1 parent 6db64a6 commit 5bd0edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BaroBot/Database/Mappings/SteamLinkMap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public SteamLinkMap()
2323
{
2424
Id(steamLink => steamLink.Id);
2525
Map(steamLink => steamLink.UserId).Not.Nullable();
26-
Map(x => x.KnownGames)
26+
Map(steamLink => steamLink.KnownGames)
2727
.CustomType<IntListJsonType>()
2828
.CustomSqlType("TEXT");
2929

0 commit comments

Comments
 (0)