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 d5208bf commit bcd6df0Copy full SHA for bcd6df0
index.ts
@@ -97,11 +97,11 @@ export default class UploadPlugin extends AdminForthPlugin {
97
await fn.call(adapter, filePath);
98
}
99
100
- private markKeyForNotDeletion(filePath: string) {
+ public markKeyForNotDeletion(filePath: string) {
101
return this.callStorageAdapter('markKeyForNotDeletion', 'markKeyForNotDeletation', filePath);
102
103
-
104
- private markKeyForDeletion(filePath: string) {
+
+ public markKeyForDeletion(filePath: string) {
105
return this.callStorageAdapter('markKeyForDeletion', 'markKeyForDeletation', filePath);
106
107
0 commit comments