update server context to only include the notification repository

This commit is contained in:
2025-03-27 10:42:43 -07:00
parent bda46d6808
commit 3761f43909
7 changed files with 32 additions and 22 deletions

View File

@@ -112,7 +112,7 @@ describe("QueryResolvers", () => {
deviceId: "1",
secondsThreshold: 240,
};
await context.notificationService.scheduleNotification(notification);
await context.notificationRepository.scheduleNotification(notification);
const notificationLookup: any = {
...notification,