feat: fix plug check

This commit is contained in:
Nevo David 2025-07-11 00:06:21 +07:00
parent 3f87c5dd10
commit 910bff624b
1 changed files with 1 additions and 1 deletions

View File

@ -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,