chore: remove unused params

This commit is contained in:
Rafael Taranto 2023-08-22 13:02:12 +01:00
parent 9048c91a32
commit bdd413a0ca
8 changed files with 12 additions and 14 deletions

View file

@ -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`)
})