From 3e6b2dc2bc1333e128b2601a6af15da948203972 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 14 Oct 2024 11:58:30 +0200 Subject: [PATCH] Add TODO comment for future file deletion implementation A TODO comment was added to the files.service.ts to indicate the need for a file deletion feature. This serves as a placeholder for future development to ensure the feature is addressed. --- apps/backend/src/app/files/files.service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/backend/src/app/files/files.service.ts b/apps/backend/src/app/files/files.service.ts index bb73536..0dbeb3f 100644 --- a/apps/backend/src/app/files/files.service.ts +++ b/apps/backend/src/app/files/files.service.ts @@ -67,6 +67,8 @@ export class FilesService { }); } + //TODO DELETE FILE + /** * Searches for files in the database using the specified search field, limit, and offset. *