Skip to content

Commit

Permalink
Men nu då?
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmtm committed Jul 5, 2024
1 parent f2e15c5 commit 011c570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions func-nyforvarvslistan/NyforvarvslistanFunction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static void CreateLists(ILogger log)
{
if (book.PublicationCategory.FirstOrDefault() == "Fiction")
{
book.Category = "Skönlitteratur";
book.Category = "Skönlitteratur";
}
}

Expand Down Expand Up @@ -252,7 +252,7 @@ public static async void SendEmailWithAttachments(string[] filePaths, string ema
{ "From", new JObject { { "Email", "[email protected]" }, { "Name", "Erik Johansson" } } },
{ "To", new JArray { new JObject { { "Email", emailAddress }, { "Name", "Otto Ewald" } } } },
{ "Subject", "Genererade xml-filer" },
{ "TextPart", "Här kommer filerna." }
{ "TextPart", "Här kommer filerna." }
};

var attachments = new JArray();
Expand Down

0 comments on commit 011c570

Please sign in to comment.