fix: postiz agent

This commit is contained in:
Nevo David 2026-01-18 15:30:09 +07:00
parent 0d5b45cd11
commit 809476aa1d
1 changed files with 4 additions and 1 deletions

View File

@ -201,11 +201,14 @@ If the tools return errors, you would need to rerun it with the right parameters
...acc,
[s.key]: s.value,
}),
{} as AllProvidersSettings
{
__type: integration.providerIdentifier,
} as AllProvidersSettings
),
value: post.postsAndComments.map((p) => ({
content: p.content,
id: makeId(10),
delay: 0,
image: p.attachments.map((p) => ({
id: makeId(10),
path: p,