Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
9larsons committed Sep 5, 2024
1 parent d11bce4 commit 1704b67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = createTransactionalMigration(
async function up(knex) {
try {
await knex('jobs')
.whereIn('name', ['email-analytics-latest-opened', 'email-analytics-latest-others', 'email-analytics-missing'])
.del();
.whereIn('name', ['email-analytics-latest-opened', 'email-analytics-latest-others', 'email-analytics-missing'])
.del();
} catch (error) {
logging.info(`Failed to delete email analytics jobs: ${error.message}`);
}
Expand Down

0 comments on commit 1704b67

Please sign in to comment.