From dd5a344f5e1660cc1dce986e79b84b829ca8b698 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 19 Nov 2024 09:43:18 +0100 Subject: chore: lint fix Signed-off-by: skjnldsv --- apps/files/src/store/files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/src/store/files.ts') 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() -- cgit v1.2.3