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