Skip to content

Commit

Permalink
FIXFIXFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohansson committed Aug 15, 2024
1 parent cea2436 commit 6fd0d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion func-nyforvarvslistan/NyforvarvslistanFunction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ private static string getCategoryBasedOnClassification(List<string> classificati
if (category == null) // Use Dewey, and match the Dewey classification to an SAB one, if no SAB classification was found
{
string fileContent = null;
string storageConnectionString = Environment.GetEnvironmentVariable("storageConnectionString");
string containerName = "nyforvarvslistan";
string blobName = "Dewey_SAB.txt";
SABDeweyMapper deweyMapper = null;
Expand Down

0 comments on commit 6fd0d96

Please sign in to comment.