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.
This commit is contained in:
Mathis H (Avnyr) 2024-10-14 11:58:30 +02:00
parent 04a37d19b7
commit 3e6b2dc2bc
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -67,6 +67,8 @@ export class FilesService {
}); });
} }
//TODO DELETE FILE
/** /**
* Searches for files in the database using the specified search field, limit, and offset. * Searches for files in the database using the specified search field, limit, and offset.
* *