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
fontanierh and Henry Fontanier authored Aug 10, 2024
1 parent 8a59c6f commit 2b495e8
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 2b495e8

Please sign in to comment.