Type fix in dmpWorker

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-05-24 21:09:25 +02:00
parent 5a6ec56a7e
commit 2fc2219bb4
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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[]