Skip to content

Commit

Permalink
🐝 fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Nov 29, 2023
1 parent 28beebc commit 01c1593
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ export class FixPostLinksForeingKeyDeleteClause1701280181658
`)
}

public async down(queryRunner: QueryRunner): Promise<void> {}
public async down(_queryRunner: QueryRunner): Promise<void> {
return
}
}

0 comments on commit 01c1593

Please sign in to comment.