Skip to content

Commit

Permalink
fix prettier style linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pportella23 authored Nov 5, 2024
1 parent abc29bb commit 661a80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/migrations/1712581422251_test-migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

exports.shorthands = undefined;

exports.up = pgm => {};
exports.up = (pgm) => {};

exports.down = pgm => {};
exports.down = (pgm) => {};

0 comments on commit 661a80f

Please sign in to comment.