feat: stringify

This commit is contained in:
Nevo David 2024-05-31 11:41:44 +07:00
parent cdcfeb18ae
commit 78a9dea3f5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export class PostsService {
await this._notificationService.inAppNotification(
firstPost.organizationId,
`Error posting on ${firstPost.integration?.providerIdentifier} for ${firstPost?.integration?.name}`,
`An error occurred while posting on ${firstPost.integration?.providerIdentifier}`,
`An error occurred while posting on ${firstPost.integration?.providerIdentifier} ${JSON.stringify(err)}`,
true
);
}