Skip to content

feat: add ability to report organizations within backend - #7344

Open
Dragon-Seeker wants to merge 4 commits into
mainfrom
blodhgarm/organization-report-backend
Open

feat: add ability to report organizations within backend#7344
Dragon-Seeker wants to merge 4 commits into
mainfrom
blodhgarm/organization-report-backend

Conversation

@Dragon-Seeker

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

Pull request changelog

App

Added

Changed

Deprecated

Removed

Fixed

Security

Website

Added

Changed

Deprecated

Removed

Fixed

Security

Hosting

Added

Changed

Deprecated

Removed

Fixed

Security

@Sychic Sychic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mergify

mergify Bot commented Aug 28, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Comment on lines +210 to +213
return Err(ApiError::Request(eyre::eyre!(format!(
"Organization could not be found: {}",
new_report.item_id
))));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return Err(ApiError::Request(eyre::eyre!(format!(
"Organization could not be found: {}",
new_report.item_id
))));
return Err(ApiError::Request(eyre::eyre!(
"Organization could not be found: {}",
new_report.item_id
)));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants