QueueJob - model and DB migration
This commit is contained in:
@@ -33,6 +33,7 @@ public class LogsController : Controller
|
||||
LogType.Process => "Process",
|
||||
LogType.PowerBi => "PowerBIAccess",
|
||||
LogType.DataInbox => "DataInbox",
|
||||
LogType.Queue => "Queue",
|
||||
_ => "Other"
|
||||
};
|
||||
var response = _googleSheetValues.Get(_configuration["appLogsFile"], $"{type}!A:A").Execute();
|
||||
|
||||
Reference in New Issue
Block a user