feat: fix plug check
This commit is contained in:
parent
3f87c5dd10
commit
910bff624b
|
|
@ -616,7 +616,7 @@ export class IntegrationService {
|
|||
this._workerServiceProducer.emit('plugs', {
|
||||
id: 'plug_' + data.postId + '_' + findPlug.identifier,
|
||||
options: {
|
||||
delay: 0, // runPlug.runEveryMilliseconds,
|
||||
delay: data.delay,
|
||||
},
|
||||
payload: {
|
||||
plugId: data.plugId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue