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. *