Feat: fix error
This commit is contained in:
parent
3344d67892
commit
d9d8b9da79
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue