Skip to content

Commit d79749e

Browse files
committed
post rebase merge conflict fix
1 parent 4abf026 commit d79749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Services/ImportCompetenciesFromFileService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ CompetencyTableRow competencyRow
175175
int? frameworkCompetencyGroupId = null;
176176
if (competencyRow.CompetencyGroup != null)
177177
{
178-
newCompetencyGroupId = frameworkService.InsertCompetencyGroup(competencyRow.CompetencyGroup, competencyRow.GroupDescription, adminUserId);
178+
var newCompetencyGroupId = frameworkService.InsertCompetencyGroup(competencyRow.CompetencyGroup, competencyRow.GroupDescription, adminUserId);
179179
if (newCompetencyGroupId > 0)
180180
{
181181
frameworkCompetencyGroupId = frameworkService.InsertFrameworkCompetencyGroup(newCompetencyGroupId, frameworkId, adminUserId);

0 commit comments

Comments
 (0)