This commit is contained in:
mike12345567 2021-01-14 17:57:18 +00:00
parent a9f36d1a42
commit 770dde61ec
1 changed files with 1 additions and 1 deletions

View File

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