fix: adjust seeding to new revision create signature

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-11 12:56:58 +02:00
parent e84096b5dc
commit 7161ffd5f2

View file

@ -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]);