dev add context for notifcations
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-13 14:27:01 +07:00
parent a6e73be032
commit b77efcbce5
2 changed files with 12 additions and 2 deletions
@@ -15,5 +15,5 @@ public class NotificationDto {
private NotificationType type;
private NotificationStatus status;
private LocalDateTime createdAt;
private String context;
private Object context;
}