We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b1181 commit 6c2ff91Copy full SHA for 6c2ff91
apps/server/src/modules/notification/api/uc/notification-request.uc.ts
@@ -11,7 +11,7 @@ export class NotificationRequestUc {
11
notificationRequest: Notification
12
// ): Promise<NotificationRequestResponse> {
13
): Promise<string> {
14
- const result = await this.notificationService.create(notificationRequest);
+ await this.notificationService.create(notificationRequest);
15
16
return 'result';
17
}
0 commit comments