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 0fd3f74 commit 28280a8Copy full SHA for 28280a8
app/lib/admin/actions/package_version_delete.dart
@@ -12,7 +12,7 @@ final packageVersionDelete = AdminAction(
12
summary:
13
'Set the admin-deleted flag on a package version (making it not visible).',
14
description: '''
15
-Set the admin-deleted flag on a package version (updating the flag and the timestamp).
+Set the admin-deleted flag on a package version (updating the flag and the timestamp). After 2 months it will be fully deleted.
16
''',
17
options: {
18
'package': 'The package name to be deleted',
0 commit comments