diff --git a/src/media/media-backend.interface.ts b/src/media/media-backend.interface.ts index 634571392..3c8fd2337 100644 --- a/src/media/media-backend.interface.ts +++ b/src/media/media-backend.interface.ts @@ -16,14 +16,6 @@ export interface MediaBackend { */ saveFile(buffer: Buffer, fileName: string): Promise<[string, BackendData]>; - /** - * Retrieve the URL of a previously saved file. - * @param fileName String to identify the file - * @param backendData Internal backend data - * @throws {MediaBackendError} - there was an error deleting the file - */ - getFileURL(fileName: string, backendData: BackendData): Promise; - /** * Delete a file from the backend * @param fileName String to identify the file