diff options
Diffstat (limited to 'apps/files_sharing/src/main.ts')
-rw-r--r-- | apps/files_sharing/src/main.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_sharing/src/main.ts b/apps/files_sharing/src/main.ts index aaa07fddc36..3170fbc2a7b 100644 --- a/apps/files_sharing/src/main.ts +++ b/apps/files_sharing/src/main.ts @@ -4,10 +4,6 @@ */ // register default shares types -if (!window.OC) { - window.OC = {} -} - Object.assign(window.OC, { Share: { SHARE_TYPE_USER: 0, |