feat: добавил напоминания о лекциях
Backend CI / build-and-test (push) Successful in 51s
Frontend CI / build-and-check (push) Failing after 5m11s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 14s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 1m20s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 23s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 11s

This commit is contained in:
2026-05-16 11:19:31 +03:00
parent 373e551bea
commit 926688cd2e
6 changed files with 250 additions and 10 deletions
@@ -51,7 +51,7 @@ public class NotificationService : INotificationService
request.RecipientName,
request.Metadata);
return _scheduler.ScheduleAsync(message, request.SendAt, cancellationToken);
return _scheduler.ScheduleAsync(message, request.SendAt, cancellationToken: cancellationToken);
}
public async Task<UserNotificationDto> CreateUserNotificationAsync(