From b2f9e0fbd8615443bd8abd6772a09893019977c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieliski?= Date: Mon, 15 Jul 2024 19:54:41 +0200 Subject: [PATCH] Add logs fix --- WebAPI/Controllers/DataInboxController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAPI/Controllers/DataInboxController.cs b/WebAPI/Controllers/DataInboxController.cs index 3cc85b2..64560d0 100644 --- a/WebAPI/Controllers/DataInboxController.cs +++ b/WebAPI/Controllers/DataInboxController.cs @@ -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();