Skip to content

Commit 6c2ff91

Browse files
EW-1370: Fixed linter error
1 parent 82b1181 commit 6c2ff91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/modules/notification/api/uc/notification-request.uc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class NotificationRequestUc {
1111
notificationRequest: Notification
1212
// ): Promise<NotificationRequestResponse> {
1313
): Promise<string> {
14-
const result = await this.notificationService.create(notificationRequest);
14+
await this.notificationService.create(notificationRequest);
1515

1616
return 'result';
1717
}

0 commit comments

Comments
 (0)