epicenter icon indicating copy to clipboard operation
epicenter copied to clipboard

fix: small linter error

Open rupokghosh opened this issue 1 month ago • 0 comments

Summary

Remove this very annoying Linter error showing up everytime i start the server

Screenshot 2025-11-09 at 12 32 06 PM

Type of Change

  • [ ] feat: New feature
  • [x] fix: Bug fix
  • [ ] docs: Documentation update
  • [ ] refactor: Code refactoring (no functional changes)
  • [ ] perf: Performance improvement
  • [ ] test: Test additions or changes
  • [ ] chore: Maintenance tasks
  • [ ] style: Code style changes

Related Issue

Changes Made

Remove unused import

Desktop App Testing

  • [x] Tested on macOS
  • [ ] Tested on Windows
  • [ ] Tested on Linux
  • [ ] Not applicable (web-only change)

General Testing

  • [ ] Tested with multiple API providers (if applicable)
  • [ ] Verified no API keys are exposed in logs or storage
  • [ ] Checked for console errors
  • [ ] Tested on different screen sizes (if UI change)

Checklist

  • [ ] My code follows the project's coding standards (see CONTRIBUTING.md)
  • [ ] I've used type instead of interface in TypeScript
  • [ ] I've used absolute imports where applicable
  • [ ] I've tested my changes thoroughly
  • [ ] I've added/updated tests for my changes (if applicable)
  • [ ] My changes don't break existing functionality
  • [ ] I've updated documentation (if needed)

Screenshots/Recordings

Additional Notes

rupokghosh avatar Nov 09 '25 20:11 rupokghosh