1
0
Fork 0
mirror of synced 2024-06-22 16:10:40 +12:00
This commit is contained in:
mike12345567 2021-01-14 17:57:18 +00:00
parent 61f5d77335
commit 17747c2c7f

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)