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