mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04: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 {
|
class Data {
|
||||||
msg: string
|
msg: string
|
||||||
cacheKey: any
|
cacheKey: string
|
||||||
lastDoc?: string
|
lastDoc?: string
|
||||||
currDoc?: string
|
currDoc?: string
|
||||||
revisions?: Revision[]
|
revisions?: Revision[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue