Skip to content

Commit 809476a

Browse files
committed
fix: postiz agent
1 parent 0d5b45c commit 809476a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libraries/nestjs-libraries/src/chat/tools/integration.schedule.post.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,14 @@ If the tools return errors, you would need to rerun it with the right parameters
201201
...acc,
202202
[s.key]: s.value,
203203
}),
204-
{} as AllProvidersSettings
204+
{
205+
__type: integration.providerIdentifier,
206+
} as AllProvidersSettings
205207
),
206208
value: post.postsAndComments.map((p) => ({
207209
content: p.content,
208210
id: makeId(10),
211+
delay: 0,
209212
image: p.attachments.map((p) => ({
210213
id: makeId(10),
211214
path: p,

0 commit comments

Comments
 (0)