Skip to content

Commit

Permalink
fix: also throw error (#6732)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
2 people authored and albandum committed Aug 28, 2024
1 parent 5e5426c commit 52d94d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ export async function confluenceGetReportPersonalActionActivity(
{ connectorId, userAccountId, err },
"Error while reporting Confluence account."
);
throw err;
}
}

Expand Down

0 comments on commit 52d94d2

Please sign in to comment.