Adjust processor type names
This commit is contained in:
@@ -8,7 +8,7 @@ namespace DiunaBI.Plugins.Morska.Processors;
|
||||
|
||||
public class T5LastValuesProcessor : MorskaBaseProcessor
|
||||
{
|
||||
public override string ProcessorType => "T5.LastValues";
|
||||
public override string ProcessorType => "Morska.Process.T5.LastValues";
|
||||
|
||||
private readonly AppDbContext _db;
|
||||
private readonly ILogger<T5LastValuesProcessor> _logger;
|
||||
|
||||
Reference in New Issue
Block a user