1
0
Fork 0

chore(backend): Remove unused var

This commit is contained in:
joostdecock 2022-12-18 16:23:01 +01:00
parent 3ffe26d624
commit 5dbd8b8cae

View file

@ -257,7 +257,6 @@ export function verifyConfig(silent = false) {
if (typeof input === 'string' && input.length > 0) return false
return true
}
const warnings = []
const errors = []
const ok = []