feat: stringify
This commit is contained in:
parent
cdcfeb18ae
commit
78a9dea3f5
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue