mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
chore(eslint): run eslint --fix
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
a11c05b477
commit
c437366c33
13 changed files with 2 additions and 16 deletions
|
@ -10,7 +10,6 @@ module.exports = {
|
|||
}).catch(function (error) {
|
||||
if (error.message === 'column "lastchangeuserId" of relation "Notes" already exists' ||
|
||||
error.message.toLowerCase().includes('duplicate column name')) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Migration has already run… ignoring.')
|
||||
} else {
|
||||
throw error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue