forked from Ivasoft/geovisio-website
wip
This commit is contained in:
@@ -271,7 +271,7 @@ async function fetchCollection(): Promise<{
|
||||
|
||||
async function patchCollectionItems(): Promise<void> {
|
||||
try {
|
||||
const { data } = await Promise.all(
|
||||
const data = await Promise.all(
|
||||
imagesToDelete.value.map(
|
||||
async (el) =>
|
||||
await axios.patch(
|
||||
|
||||
Reference in New Issue
Block a user