Skip to content

Commit f0f8373

Browse files
committed
feat: fix listmonk
1 parent 7f9a5c3 commit f0f8373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/integrations/social/listmonk.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class ListmonkProvider extends SocialAbstract implements SocialProvider {
259259

260260
return [
261261
{
262-
id,
262+
id: postDetails[0].id,
263263
status: 'completed',
264264
releaseURL: `${body.url}/api/campaigns/${campaignId}/preview`,
265265
postId,

0 commit comments

Comments
 (0)