WIP: DataInbox

This commit is contained in:
Michał Zieliski
2024-07-03 19:03:52 +02:00
parent fae5533556
commit cadb5e50a5
5 changed files with 91 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ public class LogsController : Controller
LogType.Backup => "Backup",
LogType.Process => "Process",
LogType.PowerBi => "PowerBIAccess",
LogType.DataInbox => "DataInbox",
_ => "Other"
};
var response = _googleSheetValues.Get(_configuration["appLogsFile"], $"{type}!A:A").Execute();