refactor(calendar): remove deprecated reminder components
This commit is contained in:
@@ -29,8 +29,6 @@ class AuthSessionBootstrapper {
|
||||
}
|
||||
|
||||
try {
|
||||
await _reminderActionExecutor.replayPendingActions();
|
||||
|
||||
final now = DateTime.now();
|
||||
final start = now.subtract(const Duration(days: 90));
|
||||
final end = now.add(const Duration(days: 90));
|
||||
|
||||
Reference in New Issue
Block a user