mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 19:03:40 +00:00
Type fix in dmpWorker
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
5a6ec56a7e
commit
2fc2219bb4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function createPatch (lastDoc: string, currDoc: string): string {
|
|||
|
||||
class Data {
|
||||
msg: string
|
||||
cacheKey: any
|
||||
cacheKey: string
|
||||
lastDoc?: string
|
||||
currDoc?: string
|
||||
revisions?: Revision[]
|
||||
|
|
Loading…
Reference in a new issue