chore(backend): Remove unused var
This commit is contained in:
parent
3ffe26d624
commit
5dbd8b8cae
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ export function verifyConfig(silent = false) {
|
||||||
if (typeof input === 'string' && input.length > 0) return false
|
if (typeof input === 'string' && input.length > 0) return false
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
const warnings = []
|
|
||||||
const errors = []
|
const errors = []
|
||||||
const ok = []
|
const ok = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue