diff options
Diffstat (limited to 'apps/files/src')
-rw-r--r-- | apps/files/src/store/files.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/store/files.ts b/apps/files/src/store/files.ts index 952e3cd41c5..f2079bb1d4d 100644 --- a/apps/files/src/store/files.ts +++ b/apps/files/src/store/files.ts @@ -58,7 +58,7 @@ export const useFilesStore = function(...args) { * * @param service The service (files view) * @param path The path relative within the service - * @returns Array of cached nodes within the path + * @return Array of cached nodes within the path */ getNodesByPath(service: string, path?: string): Node[] { const pathsStore = usePathsStore() |