Skip to content

Commit cc18b8f

Browse files
authored
fix(api): avoid storing notification subscription updates in journal (#1181)
1 parent e06eb60 commit cc18b8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/api/src/core/notifications/application/contracts/commands/save-notification-subscription.command.ts

+3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ import {
77
ValidateNested,
88
} from "class-validator";
99

10+
import { NoJournal } from "src/core/journal";
11+
1012
import { NotificationSubscriptionKeysDetails } from "../dtos/notification-subscription-keys.dto";
1113

14+
@NoJournal()
1215
export class SaveNotificationSubscriptionCommand {
1316
@IsUrl()
1417
@IsString()

0 commit comments

Comments
 (0)