Skip to content

Commit

Permalink
[Lint] disable unused-var
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Jun 9, 2021
1 parent c53daf9 commit ca98a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/osd-opensearch/src/artifact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const log = new ToolingLog();
let MOCKS;

const DAILY_SNAPSHOT_BASE_URL = 'https://artifacts.opensearch.org/snapshots/core/opensearch';
// eslint-disable-next-line no-unused-vars
const PERMANENT_SNAPSHOT_BASE_URL = '';

const ORIGINAL_PLATFROM = process.platform;
Expand Down

0 comments on commit ca98a81

Please sign in to comment.