Skip to content

fix: remove duplicate function declarations in movie page#103

Merged
Gitsack merged 1 commit intomainfrom
fix/ham-118-duplicate-functions
Apr 11, 2026
Merged

fix: remove duplicate function declarations in movie page#103
Gitsack merged 1 commit intomainfrom
fix/ham-118-duplicate-functions

Conversation

@Gitsack
Copy link
Copy Markdown
Owner

@Gitsack Gitsack commented Apr 11, 2026

Summary

  • Removed duplicate searchReleases and grabRelease function declarations in inertia/pages/library/movie/[id].tsx
  • The duplicates caused esbuild transform failures during Docker CI builds due to const redeclaration errors
  • Kept the original declarations (which include setReleasePickerOpen(true) in searchReleases and setReleasePickerOpen(false) on success in grabRelease)

Test plan

  • npx vite build passes successfully
  • Verify movie detail page search and grab functionality works end-to-end

🤖 Generated with Claude Code

…tions

The movie detail page had duplicate declarations of searchReleases and
grabRelease functions, causing esbuild transform failures in Docker CI.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@Gitsack Gitsack merged commit 7096f62 into main Apr 11, 2026
1 check passed
@Gitsack Gitsack deleted the fix/ham-118-duplicate-functions branch April 11, 2026 11:11
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