Skip to content

Commit

Permalink
fix: also throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Aug 10, 2024
1 parent 8a59c6f commit a545968
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 a545968

Please sign in to comment.