fix: disable cash cassettes when no cash-out
This commit is contained in:
parent
a710a1b33a
commit
e822737af6
2 changed files with 9 additions and 3 deletions
|
|
@ -112,6 +112,7 @@ const Logs = () => {
|
|||
const getLogLevels = R.compose(
|
||||
R.prepend(SHOW_ALL),
|
||||
R.uniq,
|
||||
R.concat(['error', 'info', 'debug']),
|
||||
R.map(R.path(['logLevel'])),
|
||||
R.path(['serverLogs'])
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue