mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 00:35:50 +02:00
fix bugs in the backend
This commit is contained in:
@@ -19,9 +19,7 @@ notification_repository_dep = Annotated[
|
||||
|
||||
|
||||
def get_notification_service(
|
||||
notification_repository: NotificationRepository = Depends(
|
||||
notification_repository_dep
|
||||
),
|
||||
notification_repository: notification_repository_dep
|
||||
) -> NotificationService:
|
||||
return NotificationService(notification_repository)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user