mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 10:45:20 -04:00
MediaBackendInterface: Correct JSDoc of deleteFile
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
2c6af85f14
commit
0e4b65ca9d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export interface MediaBackend {
|
||||||
* Delete a file from the backend
|
* Delete a file from the backend
|
||||||
* @param fileName String to identify the file
|
* @param fileName String to identify the file
|
||||||
* @param backendData Internal backend data
|
* @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>;
|
deleteFile(fileName: string, backendData: BackendData): Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue