no need to list all plugins
This commit is contained in:
@@ -33,7 +33,7 @@ sub run {
|
||||
$self->job($job);
|
||||
|
||||
my $action = $job->action;
|
||||
Module::Load::load 'App::Netdisco::Worker', $action;
|
||||
Module::Load::load 'App::Netdisco::Worker' => $action;
|
||||
|
||||
my @newuserconf = ();
|
||||
my @userconf = @{ setting('device_auth') || [] };
|
||||
|
||||
Reference in New Issue
Block a user