fix: comments were kinda ass

This commit is contained in:
2026-09-16 22:33:14 +02:00
parent f6d7c21691
commit 33d9ae11d8
9 changed files with 33 additions and 49 deletions
+2 -2
View File
@@ -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
}
}