Skip to content

Commit c746d09

Browse files
committed
Test fix
1 parent d423bb8 commit c746d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Services/MetadataProviders/SqlMetadataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ public static bool IsGraphQLReservedName(Entity entity, string databaseColumnNam
14041404
{
14051405
databaseColumnName = fieldAlias;
14061406
}
1407-
1407+
14081408
if (entity.Fields is not null)
14091409
{
14101410
FieldMetadata? fieldMeta = entity.Fields.FirstOrDefault(f => f.Name == databaseColumnName);

0 commit comments

Comments
 (0)