We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbadd9 commit 058dc52Copy full SHA for 058dc52
app/lib/admin/backend.dart
@@ -779,8 +779,7 @@ class AdminBackend {
779
return refCase;
780
}
781
782
- /// Scans datastore and deletes [ModerationCase] entities where the last
783
- /// action was more than 3 years ago.
+ /// Scans datastore and deletes [ModerationCase] entities opened more than 3 years ago.
784
Future<void> deleteModerationCases({
785
@visibleForTesting DateTime? before,
786
}) async {
0 commit comments