mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Fixup(ostrio-files): wrong export
This commit is contained in:
parent
c0918b5e28
commit
ccff97feba
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { createObjectId } from '../grid/createObjectId';
|
||||
|
||||
const createOnAfterRemove = bucket =>
|
||||
export const createOnAfterRemove = bucket =>
|
||||
function onAfterRemove(files) {
|
||||
files.forEach(file => {
|
||||
Object.keys(file.versions).forEach(versionName => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue