fix: remove unnecessary const
This commit is contained in:
parent
005503a995
commit
94672423eb
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ const path = require('path')
|
|||
const os = require('os')
|
||||
const argv = require('minimist')(process.argv.slice(2))
|
||||
const _ = require('lodash/fp')
|
||||
const dotenv = require('dotenv').config()
|
||||
|
||||
require('dotenv').config()
|
||||
|
||||
const dbMapping = psqlConf => ({
|
||||
STRESS_TEST: _.replace('lamassu', 'lamassu_stress', psqlConf),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue