ziwen 2 vuotta sitten
vanhempi
commit
f3e9804b23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -35,7 +35,7 @@ func RefreshData(cont context.Context) (err error) {
 }
 
 func RefreshEic(cont context.Context) (err error) {
-	SyncStorageFromEic()
+	SyncStorageFromEicV2()
 	return
 }