Feat: fix error

This commit is contained in:
Nevo David 2025-07-10 22:40:52 +07:00
parent 3344d67892
commit d9d8b9da79
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ export class PostsService {
};
} catch (err) {
if (err instanceof RefreshToken) {
return this.postSocial(integration, posts, true, err?.message || '');
return this.postSocial(integration, posts, true);
}
throw err;