File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -613,10 +613,10 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
613
613
await columnPlugin . pluginOptions . storageAdapter . markKeyForDeletation ( oldRecord [ value ] ) ;
614
614
} catch ( e ) {
615
615
// file might be e.g. already deleted, so we catch error
616
- console . error ( `Error setting tag to true for object ${ oldRecord [ value ] } . File will not be auto-cleaned up` , e ) ;
616
+ console . error ( `Error setting tag to true for object ${ oldRecord [ value ] } . File will not be auto-cleaned up` ) ;
617
617
}
618
618
}
619
- if ( fieldsToUpdate [ idx ] [ key ] && fieldsToUpdate [ idx ] [ key ] !== null ) {
619
+ if ( fieldsToUpdate [ idx ] [ value ] && fieldsToUpdate [ idx ] [ value ] !== null ) {
620
620
// remove tag from new file
621
621
// in this case we let it crash if it fails: this is a new file which just was uploaded.
622
622
await columnPlugin . pluginOptions . storageAdapter . markKeyForNotDeletation ( fieldsToUpdate [ idx ] [ value ] ) ;
You can’t perform that action at this time.
0 commit comments