Skip to content

Commit

Permalink
Merge branch 'next' into fix-in-app-body-message
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock authored Dec 5, 2024
2 parents ee18415 + 336e752 commit 976845a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export class GeneratePreviewUsecase {
this.logger.error(
{
err: error,
workflowIdOrInternalId: command.identifierOrInternalId,
stepIdOrInternalId: command.stepDatabaseId,
workflowIdOrInternalId: command.workflowIdOrInternalId,
stepIdOrInternalId: command.stepIdOrInternalId,
},
`Unexpected error while generating preview`,
LOG_CONTEXT
Expand Down

0 comments on commit 976845a

Please sign in to comment.