ziwen %!s(int64=2) %!d(string=hai) anos
pai
achega
f3e9804b23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }