mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update server context to only include the notification repository
This commit is contained in:
@@ -112,7 +112,7 @@ describe("QueryResolvers", () => {
|
||||
deviceId: "1",
|
||||
secondsThreshold: 240,
|
||||
};
|
||||
await context.notificationService.scheduleNotification(notification);
|
||||
await context.notificationRepository.scheduleNotification(notification);
|
||||
|
||||
const notificationLookup: any = {
|
||||
...notification,
|
||||
|
||||
Reference in New Issue
Block a user