feat: tiktok

This commit is contained in:
Nevo David 2026-02-17 14:07:13 +07:00
parent b744b60be6
commit 118060bacd

View file

@ -129,7 +129,7 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
if (body.indexOf('spam_risk_too_many_posts') > -1) {
return {
type: 'bad-body' as const,
value: 'Daily post limit reached, please try again tomorrow',
value: 'TikTok says your daily post limit reached, please try again tomorrow',
};
}