fix: disable cash cassettes when no cash-out

This commit is contained in:
Taranto 2020-10-24 11:10:00 +01:00 committed by Josh Harvey
parent a710a1b33a
commit e822737af6
2 changed files with 9 additions and 3 deletions

View file

@ -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'])
)