chore: remove unused params
This commit is contained in:
parent
9048c91a32
commit
bdd413a0ca
8 changed files with 12 additions and 14 deletions
|
|
@ -3,5 +3,5 @@ const cmd = require('./scripts')
|
|||
process.on('message', async (msg) => {
|
||||
console.log('Message from parent:', msg)
|
||||
|
||||
await cmd.execCommand(`node --prof LAMASSU_DB=STRESS_TEST ../../bin/lamassu-server --mockSms`)
|
||||
await cmd.execCommand(`node --prof LAMASSU_DB=STRESS_TEST ../../bin/lamassu-server`)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue