Update migrate.ts
This commit is contained in:
parent
c62f3e0e45
commit
74a4bd704c
|
@ -307,7 +307,7 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function migrateEmoji(emoji: any) {
|
async function migrateEmoji(emoji: any) {
|
||||||
await NoteReactions.save({
|
await Emojis.save({
|
||||||
id: emoji._id.toHexString(),
|
id: emoji._id.toHexString(),
|
||||||
updatedAt: emoji.createdAt,
|
updatedAt: emoji.createdAt,
|
||||||
aliases: emoji.aliases,
|
aliases: emoji.aliases,
|
||||||
|
|
Loading…
Reference in New Issue