Skip to content

Commit

Permalink
Update NyforvarvslistanFunction.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmtm authored Jul 5, 2024
1 parent 5b34901 commit dea0ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func-nyforvarvslistan/NyforvarvslistanFunction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private static string getCategoryBasedOnClassification(List<string> classificati
{
foreach (var classification in classifications)
{
string filePath = Path.Combine(Environment.CurrentDirectory, "Dewey_SAB.txt");
string filePath = Path.Combine(Environment.CurrentDirectory, "func-nyforvarvslistan/Dewey_SAB.txt");
SABDeweyMapper deweyMapper = new SABDeweyMapper(filePath);
var convertedClassification = deweyMapper.getSabCode(classification);
var key = convertedClassification[0].ToString().ToUpper();
Expand Down

0 comments on commit dea0ab7

Please sign in to comment.