Skip to content

Commit

Permalink
feat: fixed eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Oct 27, 2023
1 parent ee390a9 commit f288ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/kc-cron-job/__tests__/zip-logs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const { saveFilesToDatabase, getDate } = require('../event-logs');
const { getPgClient } = require('../helpers.js');
const fsPromises = require('fs').promises;
const path = require('path');
const { Client } = require('pg');

/**
* First log is an empty line
Expand Down
2 changes: 1 addition & 1 deletion docker/kc-cron-job/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
rootDir: '.',
rootDir: '.'
};

0 comments on commit f288ff1

Please sign in to comment.