updated the value of ExecutionID in LocalMonitor constructor
This commit is contained in:
@@ -18,9 +18,9 @@ type LocalMonitor struct {
|
||||
|
||||
}
|
||||
|
||||
func NewLocalMonitor(executionsId string, peerId string, duration int) (Executor){
|
||||
func NewLocalMonitor(UUID string, peerId string, duration int) (Executor){
|
||||
return &LocalMonitor{
|
||||
ExecutionID: executionsId,
|
||||
ExecutionID: UUID,
|
||||
PeerID: peerId,
|
||||
Duration: duration,
|
||||
LokiUrl: conf.GetConfig().LokiUrl,
|
||||
|
||||
Reference in New Issue
Block a user