diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-07 11:49:34 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-11 13:55:08 +0200 |
commit | 71cfc7ddbab3137c106da41304319d8f652c9053 (patch) | |
tree | a67cdd3ff549e279fab04117defbc66cdb7cbd29 /apps/files_sharing/src | |
parent | 1a46104d505e6cde9b35efe50defd19ea02b7d8b (diff) | |
download | nextcloud-server-71cfc7ddbab3137c106da41304319d8f652c9053.tar.gz nextcloud-server-71cfc7ddbab3137c106da41304319d8f652c9053.zip |
chore: compile assets
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/services/SharingService.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/src/services/SharingService.ts b/apps/files_sharing/src/services/SharingService.ts index 13f7334bbb6..8543ebca4fc 100644 --- a/apps/files_sharing/src/services/SharingService.ts +++ b/apps/files_sharing/src/services/SharingService.ts @@ -179,4 +179,3 @@ export const getContents = async (sharedWithYou = true, sharedWithOthers = true, contents, } } - |