mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
fix: adjust seeding to new revision create signature
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e84096b5dc
commit
7161ffd5f2
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ dataSource
|
||||||
'This is a test note',
|
'This is a test note',
|
||||||
'This is a test note',
|
'This is a test note',
|
||||||
notes[i],
|
notes[i],
|
||||||
|
null,
|
||||||
|
'Test note',
|
||||||
|
'',
|
||||||
|
[],
|
||||||
) as Revision;
|
) as Revision;
|
||||||
const edit = Edit.create(author, 1, 42) as Edit;
|
const edit = Edit.create(author, 1, 42) as Edit;
|
||||||
revision.edits = Promise.resolve([edit]);
|
revision.edits = Promise.resolve([edit]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue