Skip to content

Commit

Permalink
added stringify error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro committed Jun 20, 2024
1 parent 857a5fc commit 8ff6c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const getInstallationFromInstallationId = (
E.mapLeft(
() =>
new Error(
`Error while retrieving the installation with installationId: ${installationId}`
`Error while retrieving the installation with installationId: ${installationId} | ${JSON.stringify(error)}`
)
),
E.map(() => O.none),
Expand Down

0 comments on commit 8ff6c2f

Please sign in to comment.