This commit is contained in:
mike12345567 2021-01-14 17:57:18 +00:00
parent 61f5d77335
commit 17747c2c7f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
const nameIdx = existingAppNames.indexOf(get(store).name)
const urlIdx = existingAppUrls.indexOf(get(store).url)
if (nameIdx !== -1) {
existingAppNames.splice(nameIdx, 1)
existingAppNames.splice(nameIdx, 1)
}
if (urlIdx !== -1) {
existingAppUrls.splice(urlIdx, 1)