aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-11-19 09:43:18 +0100
committerskjnldsv <skjnldsv@protonmail.com>2024-11-19 09:56:30 +0100
commitdd5a344f5e1660cc1dce986e79b84b829ca8b698 (patch)
tree562ae1524e1dc603fcb4878a36d46f79f2d88a40 /apps/files/src
parent2cb2abf1a9744b72f6c3af7b7bac123569eb939f (diff)
downloadnextcloud-server-dd5a344f5e1660cc1dce986e79b84b829ca8b698.tar.gz
nextcloud-server-dd5a344f5e1660cc1dce986e79b84b829ca8b698.zip
chore: lint fixchore/force-style-lint
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/store/files.ts2
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()