refactor(database): remove unused methods from MikroOrmUnitOfWork #157

Merged
jonas.hanisch merged 2 commits from refactor/153-cleanup-unit-of-work into main 2026-01-24 12:22:59 +00:00
Owner

Summary

  • Remove unused getEntityManager() method
  • Remove unused withTransaction() method
  • These methods are not part of the IUnitOfWork interface and are never called

Refs #153

Test Plan

  • pnpm run typecheck passes
  • Verified via grep that neither method is used anywhere in the codebase
## Summary - Remove unused `getEntityManager()` method - Remove unused `withTransaction()` method - These methods are not part of the IUnitOfWork interface and are never called Refs #153 ## Test Plan - [x] `pnpm run typecheck` passes - [x] Verified via grep that neither method is used anywhere in the codebase
refactor(database): remove unused methods from MikroOrmUnitOfWork
All checks were successful
CI / check (pull_request) Successful in 0s
CI / build (pull_request) Successful in 41s
CI / validate-plugin (pull_request) Successful in 35s
0cbe5e1622
Remove unused getEntityManager() and withTransaction() methods.
These methods are not part of the IUnitOfWork interface and are
never called anywhere in the codebase.

Refs #153

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into refactor/153-cleanup-unit-of-work
All checks were successful
CI / build (pull_request) Successful in 44s
f2d7c91f11
jonas.hanisch deleted branch refactor/153-cleanup-unit-of-work 2026-01-24 12:22:59 +00:00
Sign in to join this conversation.
No description provided.