Skip to content

Commit 8ded8fd

Browse files
committed
feat: start from index 0
1 parent 9d363c9 commit 8ded8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
288288
: {
289289
source_info: {
290290
source: 'PULL_FROM_URL',
291-
photo_cover_index: 1,
291+
photo_cover_index: 0,
292292
photo_images: firstPost.media?.map((p) => p.url),
293293
},
294294
post_mode: 'DIRECT_POST',

0 commit comments

Comments
 (0)