Skip to content

Commit

Permalink
set order of note history meta
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 31, 2024
1 parent ba8a276 commit 4ec03fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export default class NoteHistorySequelizeStorage {
as: 'user',
attributes: ['name', 'photo'],
},
order: [['createdAt', 'DESC']],
});

/**
Expand Down

0 comments on commit 4ec03fd

Please sign in to comment.