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

2
.vscode/launch.json vendored
View file

@ -10,7 +10,7 @@
"name": "Launch Program",
"program": "${workspaceRoot}/bin/lamassu-server",
"cwd": "${workspaceRoot}",
"args": ["--mockSms"]
"args": [""]
},
{
"type": "node",