Add logs fix
This commit is contained in:
@@ -79,7 +79,7 @@ public class DataInboxController : Controller
|
|||||||
{
|
{
|
||||||
Title = $"Unauthorized request - bad credentials ({dataInbox.Source})",
|
Title = $"Unauthorized request - bad credentials ({dataInbox.Source})",
|
||||||
Type = LogEntryType.Warning,
|
Type = LogEntryType.Warning,
|
||||||
LogType = LogType.PowerBi,
|
LogType = LogType.DataInbox,
|
||||||
CreatedAt = DateTime.UtcNow
|
CreatedAt = DateTime.UtcNow
|
||||||
});
|
});
|
||||||
return Unauthorized();
|
return Unauthorized();
|
||||||
|
|||||||
Reference in New Issue
Block a user