mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-21 08:02:16 +00:00
MediaBackendInterface: Correct JSDoc of deleteFile
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
062104f64b
commit
7f9c310e58
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export interface MediaBackend {
|
|||
* Delete a file from the backend
|
||||
* @param fileName String to identify the file
|
||||
* @param backendData Internal backend data
|
||||
* @throws {MediaBackendError} - there was an error retrieving the url
|
||||
* @throws {MediaBackendError} - there was an error deleting the file
|
||||
*/
|
||||
deleteFile(fileName: string, backendData: BackendData): Promise<void>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue