mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Update migrate.ts
This commit is contained in:
parent
d834b832ec
commit
8e22d878e7
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ async function main() {
|
|||
}
|
||||
|
||||
async function migrateEmoji(emoji: any) {
|
||||
await NoteReactions.save({
|
||||
await Emojis.save({
|
||||
id: emoji._id.toHexString(),
|
||||
updatedAt: emoji.createdAt,
|
||||
aliases: emoji.aliases,
|
||||
|
|
Loading…
Reference in a new issue