Skip to content

Commit

Permalink
made function private
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSort committed Aug 28, 2024
1 parent 2be0d04 commit fe62d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrderProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ internal static List<Mapping> GetMappingsByName(MappingCollection collection, st
}
}

internal static IEnumerable<ColumnMapping> ReplaceKeyColumnsWithAutoIdIfExists(Mapping mapping)
private static IEnumerable<ColumnMapping> ReplaceKeyColumnsWithAutoIdIfExists(Mapping mapping)
{
//will move this to MappingExtensions - US https://dev.azure.com/dynamicwebsoftware/Dynamicweb/_workitems/edit/20900
if (mapping == null) return [];
Expand Down

0 comments on commit fe62d28

Please sign in to comment.