Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Huang <[email protected]>
  • Loading branch information
Yukaii committed Jun 5, 2024
1 parent 0701fd7 commit 0287726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/migrations/20240114120250-revision-add-index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict'

module.exports = {
up: (queryInterface, Sequelize) => {
Expand All @@ -8,4 +8,4 @@ module.exports = {
down: (queryInterface, Sequelize) => {
return queryInterface.removeIndex('Revisions', 'noteId')
}
};
}

0 comments on commit 0287726

Please sign in to comment.