Skip to content

Add missing return in delete_save filter - #249

Merged
tudddorrr merged 1 commit into
developfrom
save-deletion-bug
Sep 15, 2026
Merged

tudddorrr merged 1 commit into
developfrom
save-deletion-bug

Conversation

@tudddorrr

Copy link
Copy Markdown
Contributor

Save deletion bug fix

  • Fixed a bug in delete_save where saves were not actually removed from the local collection because the filter callback was missing a return statement
  • The filter was evaluating s.id != save.id but discarding the result, causing all saves to remain in the list

@tudddorrr
tudddorrr merged commit 7fd9d3e into develop Sep 15, 2026
7 checks passed
@tudddorrr
tudddorrr deleted the save-deletion-bug branch September 15, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant