mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05: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',
|
||||
notes[i],
|
||||
null,
|
||||
'Test note',
|
||||
'',
|
||||
[],
|
||||
) as Revision;
|
||||
const edit = Edit.create(author, 1, 42) as Edit;
|
||||
revision.edits = Promise.resolve([edit]);
|
||||
|
|
Loading…
Reference in a new issue