Files
freeplanet/src/store/Modules
Paolo Arena c77fe5b2f9 FIXIT modify error during moving items ...
The problem was the forEach and inside ad await... it doesn't WORK !
RESOLVE:
 using normal FOR:
  for (const myelem of myarray) {
     await myfuncasync(...)
  }
2019-02-20 19:17:29 +01:00
..