Add logs fix

This commit is contained in:
Michał Zieliski
2024-07-15 19:54:41 +02:00
parent 6295e5263c
commit b2f9e0fbd8

View File

@@ -79,7 +79,7 @@ public class DataInboxController : Controller
{
Title = $"Unauthorized request - bad credentials ({dataInbox.Source})",
Type = LogEntryType.Warning,
LogType = LogType.PowerBi,
LogType = LogType.DataInbox,
CreatedAt = DateTime.UtcNow
});
return Unauthorized();