feat: tiktok
This commit is contained in:
parent
b744b60be6
commit
118060bacd
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue