diff --git a/src/migrate.ts b/src/migrate.ts index f833ec180..3b010f89f 100644 --- a/src/migrate.ts +++ b/src/migrate.ts @@ -255,7 +255,6 @@ async function main() { if (note.poll) { await Polls.save({ - id: genId(), noteId: note._id.toHexString(), choices: note.poll.choices.map((x: any) => x.text), expiresAt: note.poll.expiresAt,