fix: comments were kinda ass
This commit is contained in:
@@ -28,10 +28,10 @@ class DefaultExportService implements ExportService {
|
||||
);
|
||||
|
||||
if (response.statusCode != 200 && response.statusCode != 201) {
|
||||
// Silently fail - this is a non-critical background operation
|
||||
// Should prob log this one tho
|
||||
}
|
||||
} catch (_) {
|
||||
// Silently fail - this is a non-critical background operation
|
||||
// if this fails who cares
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user