Skip to content

Commit

Permalink
Changed to let statement for filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adron committed Jul 25, 2018
1 parent 0bb52fe commit 7a3ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cassandra.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import config from 'config';
import {auth, Client, types as CassandraTypes} from 'dse-driver';
import {logger} from './logging';
import {lookupServiceAsync} from './lookup-service';
import {Filesystem} from 'fs'

/**
* An array of CQL table strings to use for the schema.
Expand Down Expand Up @@ -83,6 +82,7 @@ export function getCassandraClientAsync(keyspace, dseUsername, dsePassword) {
logger.info('No detected username/password combination was passed in. DSE cluster authentication method was NOT executed.');
}

let Filesystem = require("fs");
let sslStat = process.env.KILLRVIDEO_ENABLE_SSL;
logger.info(sslStat);

Expand Down

0 comments on commit 7a3ae3d

Please sign in to comment.