website refactor

This commit is contained in:
2026-01-16 21:57:44 +01:00
parent 83a9092c50
commit 27f5a52e04
30 changed files with 166 additions and 161 deletions

View File

@@ -32,7 +32,7 @@ export class InAppNotificationAdapter implements NotificationGateway {
return {
success: true,
channel: this.channel,
externalId: notification.id,
externalId: notification.id.value,
attemptedAt: new Date(),
};
}