mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
refactor: prevent updater stop because of errors
This commit is contained in:
@@ -69,9 +69,6 @@ impl ScheduleProvider for Wrapper {
|
||||
|
||||
Err(err) => {
|
||||
sentry::capture_error(&err);
|
||||
|
||||
cancellation_token.cancel();
|
||||
return Err(err.into());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user