Linting.
This commit is contained in:
parent
a9f36d1a42
commit
770dde61ec
|
@ -57,7 +57,7 @@
|
||||||
const nameIdx = existingAppNames.indexOf(get(store).name)
|
const nameIdx = existingAppNames.indexOf(get(store).name)
|
||||||
const urlIdx = existingAppUrls.indexOf(get(store).url)
|
const urlIdx = existingAppUrls.indexOf(get(store).url)
|
||||||
if (nameIdx !== -1) {
|
if (nameIdx !== -1) {
|
||||||
existingAppNames.splice(nameIdx, 1)
|
existingAppNames.splice(nameIdx, 1)
|
||||||
}
|
}
|
||||||
if (urlIdx !== -1) {
|
if (urlIdx !== -1) {
|
||||||
existingAppUrls.splice(urlIdx, 1)
|
existingAppUrls.splice(urlIdx, 1)
|
||||||
|
|
Loading…
Reference in New Issue