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 23260c7 commit ae6893fCopy full SHA for ae6893f
app/lib/admin/actions/moderate_user.dart
@@ -51,7 +51,7 @@ The active web sessions of the user will be expired.
51
final refCase =
52
await adminBackend.loadAndVerifyModerationCaseForAdminAction(
53
caseId,
54
- status: ModerationStatus.pending,
+ status: null,
55
);
56
57
User? user;
0 commit comments