Skip to content

Commit bd63ae6

Browse files
authored
Update LogHelper error type
Change LogHelper error type to `MultiUrlPickerValueConverter`
1 parent 27dacec commit bd63ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RJP.MultiUrlPicker/MultiUrlPickerValueConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public override object ConvertDataToSource(PublishedPropertyType propertyType, o
5050
}
5151
catch (Exception ex)
5252
{
53-
LogHelper.Error<DropdownListMultipleValueConverter>("Error parsing JSON", ex);
53+
LogHelper.Error<MultiUrlPickerValueConverter>("Error parsing JSON", ex);
5454
}
5555
}
5656
return null;

0 commit comments

Comments
 (0)