mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Update issue link
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
944c67e7f1
commit
04d16a1141
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ export class ApiResponse<ResponseType> {
|
|||
throw new Error('Response body does not seem to be JSON encoded.')
|
||||
}
|
||||
// TODO Responses should better be type validated
|
||||
// see https://github.com/hedgedoc/react-client/issues/1219
|
||||
// see https://github.com/hedgedoc/hedgedoc/issues/2910
|
||||
return (await this.response.json()) as ResponseType
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@ export const deleteNote = async (noteIdOrAlias: string): Promise<void> => {
|
|||
.withJsonBody({
|
||||
keepMedia: false
|
||||
// TODO Ask whether the user wants to keep the media uploaded to the note.
|
||||
// https://github.com/hedgedoc/react-client/issues/2288
|
||||
// https://github.com/hedgedoc/hedgedoc/issues/2928
|
||||
})
|
||||
.sendRequest()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue